/** ---------------------------------- Added ---------------------------------- */
@CHARSET "UTF-8";
@font-face {
   font-family: "LucidaSans";
   src: url("fonts/new/LucidaSansStd.otf");
}
@font-face {
	font-family: "LucidaSansItalic";
	src: url("fonts/new/LucidaStd-Italic.otf");
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	text-align: justify;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
*{
	outline:none;
}
body{
	background: #e8e4d9; 
	font-family: Arial;
	font-size: 12px;
	font-weight: 400;
}
	
#sCont{
	margin: 0 auto;
	width: 1000px;
	height: auto;
}

#sHeader{
	height: 206px;
	background: #fff;
}

.topBanner{
	text-align:center;
	height: 100px;
	margin: 0px 135px 4px 131px;
}
a:link,
a:hover,
a:visited{
	color: #006633;
	text-decoration:underline;
}
.clear{clear:both;}
/* ------------ MIDDLE HEADER ------------*/
#sLogoMain{
	background: none repeat-x 0 0 #000099;
	padding-top: 4px;
}

#sLogoMain .leftSide{
	float: left;
	width: 75%;	
}
#sLogoMain .leftSide .logoimg{
	
}
#sLogoMain .leftSide .logoimg{
	display: inline;
  margin-right: 114px;
  padding-left: 24px;
}
#sLogoMain .leftSide .logoimg img{
	padding-top: 5px;
	width: 450px;
}
#sLogoMain .leftSide .sSearch{
	bottom: 25px;
    display: inline;
    position: relative;
}

#sLogoMain .leftSide .sSearch form{
	width: 300px;
	display: inline;
}

#sLogoMain .rightSide{
	float: right;
	/*padding-top: 5px;*/
	padding-top: 22px;
}

/* ------------ MENU PRINCIPAL ------------*/
#menu{
	background-color: #000099;
  	clear: both;
  	display: block;
  	margin: 0 0 10px;
}
#menu .menu_l {
  	background-color: #000099;
}
#menu .menu_r {
  	background-color: #000099;
  	padding: 0 3px;
}
#menu .menu_m {
  	background-color: #000099;
  	height: 42px;
}
#menu a:hover,
#menu a.actual {
  	background-color: #FFFFFF;
  	color: #000099;
  	text-decoration: none;
}
#menu a {
	/*font-family: LucidaSans;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 18px;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  margin: 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;*/
 	
	border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Times New Roman";
    font-size: 20px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    
}

#menu a:last-child{
	border-right: none;
}

/* ------------ CAMPOS DE BUSQUEDA [SEARCHFORM] ------------*/
input[type="text"]{
	color: #515153;
}

.sSearch .btn-search{
	background: url("design/new/button-search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    height: 22px;
    outline: medium none;
    width: 54px;
}

/* ------------ SUSCRIPTION ------------*/
.rightSide ul,
.rightSide ul li{
	padding-bottom: 5px;
	padding-right: 20px;
}
.rightSide ul li{
	background: url("design/new/squad-list.jpg") no-repeat scroll right 50% transparent;
  list-style: none outside none;
  text-align: right;
}

.rightSide ul li a:link,
.rightSide ul li a:hover,
.rightSide ul li a:visited{
	text-decoration:none;
}

.rightSide .social-media{
	color: #000099;
	text-align: right;
	padding: 0px 10px 0 0;
}

.rightSide .social-media .content{
	display:inline;
	vertical-align:super;
}


/* ------------ COLS & CONTENT ------------*/
#sMain{
	clear:both;
}
#sMain #sContenido{
}

#sMain #sContenido #cB{
	float: right;
	width: 340px;
}

#sMain #sContenido #cA{
	float: left;
	width: 645px;
	background: none repeat scroll 0 0 transparent;
}

/* ------------ COLS & CONTENT ------------*/
.footer{
	background: none repeat scroll 0 0 #FFFFFF;
	border-top: 4px solid #000099;
	margin: 0;
	padding: 6px 0;
	width: 100%;
	min-height: 22px;
}
.footer .menuFooter{
	padding-left: 20px; /* Distancia estandar para separar contenido de cA del lado izquierdo*/
}

.footer .menuFooter a,
.footer .menuFooter a:visited{
	padding:0 6px;
	text-decoration:none;
}
.footer .menuFooter a:hover{
	text-decoration: underline !important;
}
.footer .menuFooter,
.footer .menuFooter a,
.footer #CopyRight{
	color: #000099;
}
.footer p{
	text-align:center;
}
.footer #CopyRight{
	line-height: 20px;
  padding: 10px 0 0 22px;
  text-align: left;
  width: 546px;
}
.footer #wehaaPB{
	float: right;
	padding-right: 20px;
}



/** ---------------------------------- Added end ---------------------------------- */
form {
	margin: 0px;
	padding: 0px;
}

.error {
	width: 250px;
	padding: 4px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #990000;
	background-color: #FFE8E8;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.error a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.error a:hover {
	color: #CC0000;
}

.exito {
	width: 250px;
	padding: 4px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	border: 1px solid #006600;
	background-color: #D9FFD9;
	display: block;
	text-align: center;
}

.exito a {
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

.exito a:hover {
	color: #CC0000;
}

#general_background{
/*	background: none repeat scroll 0 0 #F5F4EB;
  height: 1600px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;*/
}
/*
#sCont {
	margin: auto;
	padding: 0px;
	position:relative;
	z-index:2;	
}

	#sCont #topbar {
		margin: auto;
		padding: 0px;
		width: 995px;
		height:27px;
		font-size:11px;
		color:#333333;		
	}
	
	#sCont #topbar #menuTopBox {
		display:block;
		float:left;
		margin-left:0px;
		position:relative;
		top:6px;
		left:5px;
	}
	
	#sCont #topbar #menuTopBox .menu a,
	#sCont #topbar .sUserBox a,
	#sCont #topbar .sUserBox .sDash a{
		color:#333333;
		padding-left:5px;
		padding-right:5px;
	}
	
	#sCont #topbar #menuTopBox .menu{
		float:left;
	}
	
	#sCont #topbar #menuTopBox .menu a{
		border-right:1px solid #333333;
		padding:0 10px;
	}
	
	#sCont #topbar #menuTopBox .menu a.last{
		border-right:none;
	}
	
	#sCont #topbar #menuTopBox .menu a:hover{
		color:#3f79af;
	}
	
	
	#sCont #topbar .sUserBox {
		display:block;
		float:right;
		margin-left:10px;
		position:relative;
		top:6px;
	}
	
	#sCont #topbar .sUserBox .sDash {
	}
	

	#sCont #topbar .socialicons {
		display:block;
		float:left;
		margin-left:50px;
		position:relative;
		top:4px;
	}
	
	#sCont #topbar .socialicons span{
		float:left;
		padding-top:2px;
		margin-right:5px;
	}
	
	#sCont #topbar .socialicons a {
		display:block;
		float:left;
		width:17px;
		height:21px;
		background-image:url(design/icons/social.icons.top.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		margin:0;
		padding:0 2px;
	}

	#sCont #topbar .socialicons a.rss {		
	}


	#sCont #topbar .socialicons a.twiter {
		background-position:-45px 0px;
	}

	#sCont #topbar .socialicons a.facebook {
		background-position:-22px 0px;
	}
	

	#sCont #topbar #facebookConnect {
		display:block;
		float:right;
		margin-left:10px;
		height:27px;
	}
	
	#sCont #topbar #facebookConnect a.facebookConnect {
		display:block;
		float:left;
		width:200px;
		height:27px;
		background-image:url(http://eastwordnews.com/oklahoma/css/design/facebook.icon.jpg);
		background-repeat:no-repeat;
		background-position:0px 0px;
		margin:0px;
		margin-left:2px;
	}
*/
/*
	#sCont #sHeader {
		height:auto;
		margin:auto auto 8px;
		overflow:hidden;
		padding:0;
		width:995px;
	}
	
	#sCont #sHeader img {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	
	#sCont #sHeader #sLogo {
		display: block;
		margin: 28px 0px 8px 2px;
		float: left;
		width: 257px;
		height: 65px;
		padding: 0px;
		padding-top:5px;
	}
	
	#sCont #sHeader #sLogo #GoogleSearchForm {
		display:block;
		clear:both;
		margin-top:7px;
		margin-left:4px;
	}
	
	#sCont #sHeader #sLogo #GoogleSearchForm #sbi{
		border:0px;
		font-family:helvetica;
		font-size:12px;
		width:186px;
	}
	
	#sCont #sHeader #sLogo #GoogleSearchForm #imageField{
	
	}

	#sCont #sHeader .tagline{
		background:url("design/tagline_home.png") repeat-x scroll 0 0 transparent;		
		height:68px;
		width:181px;
		float:left;
	}
	
	#sCont #sHeader .dateTop{
		color: #FFFFFF;
		float: left;
		font-size: 30px;
		margin-left: 90px;
		margin-top: 20px;
		text-transform: uppercase;
	}
	
	#sCont #sHeader .dateTop .day{
		background: #006633;
		padding:0 5px;
	}
	#sCont #sHeader .mainSearch{
		background: none repeat scroll 0 0 #DADADA;
		float: right;
		margin-top: 20px;
		padding: 5px;
	}	
	*/
	/*
	#sCont .sSections {
		background:url("design/menu_bk.png") repeat-x scroll 0 0 transparent;
		display:block;
		height:47px;
	}
	
	#sCont .sSections .menuContainer{
		width:995px;
		margin:auto;
		position:relative;
	}	

	#sCont .sSections a {
		color: #FFFFFF;
		display: block;
		float: left;
		font-family: 'Helvetica87CondensedHeavy';
		font-size: 22px;
		margin: 0;
		padding: 4px 8px;
		text-transform: uppercase;
	}

	#sCont .sSections a:hover {
		background: #006633;
	}
	*/
	
	#sCont #sMainLinks {
		height:1px;
		position:absolute;
		z-index:10;
		top:0;
	}
	
	#sCont #sMainLinks a {
		
	}
	#sCont #sMainLinks a:hover {
		background:#fff;
	}	

	#sCont .sMainLinks #subMenuContainer {
		background-color: #000099;
		z-index: 2;
	}
	
#sCont .sMainLinks #subMenuContainer a,
#sCont .sMainLinks #subMenuContainer a:hover{
	display:block;
	clear:both;
	height:20px;
	padding:13px 10px 0;
	text-decoration: none;
}
#sCont .sMainLinks #subMenuContainer a:hover{
	color: #000099;
}
#sCont .sMainLinks #subMenuContainer a {
	color: #FFFFFF;
    font-family: "Times New Roman";
    font-size: 17px;
}

	.______SECTION_NAME_______******

	/*
	#sCont #sMain #sContenido #sectionName {
		margin-bottom: 5px;
		padding-bottom: 2px;
		text-decoration: none;
	}
	#sCont #sMain #sContenido #sectionName a {
		color: #FFFFFF;
		text-decoration: none;
	}
	#sCont #sMain #sContenido #sectionName a:hover {
		color: #006633;		
	}
	*/
	
	.___UserBox {
	}
	.ssUserBox {
		display: block;
		white-space: nowrap;
		background-image: url(../imgs/theme/bguserbox.jpg);
		background-repeat: repeat-x;
		border: 1px solid #CCCCCC;
		background-position: 0px -50px;
		padding: 5px;
	}
	.ssUserBox .title {
		font-family: "Trebuchet MS", "Times New Roman", Times, serif;
		font-size: 22px;
		color: #002D49;
		font-weight: bold;
	}
	.sDash {
		display: block;
		padding-bottom: 5px;
	}
	#sMain .sDash a,
	#sMain .ssUserBox .sDash a {
		font-family: "Trebuchet MS";
		font-size: 14px;
		display: block;
		background-image: url(../imgs/theme/flex.icons.gif);
		background-repeat: no-repeat;
		padding-left: 15px;
		background-position: 0px 3px;
		margin-left: 15px;
		float: none;
		clear: both;
		color: #000000;
	}
	.ssUserBox form {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.ssUserBox .txtField {
		font-size: 11px;
		color: #990000;
		width: 100px;
	}
	.ssUserBox form table {
		width: 190px;
	}
#sCont #sMain #sContenido #cA #sectionName {
	background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    color: #000099;
    font-family: 'LucidaSans';
    font-size: 15px;
    font-weight: 400;
    height: 18px;
    margin-top: 12px;
    overflow: hidden;
    padding: 10px 5px 0 10px;
    text-decoration: none;
}

#sCont #sMain #sContenido #cA #sectionName em{
	color: #000099;
    font-family: Lucida Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}

#sCont #sMain #sContenido #cA #sectionName a{
	color: #006633;
    font-family: "Lucida Sans";
    font-size: 15px;
    font-style: normal;
}


	/* START - API Facebook Connect ~ CODED BY BETOS */
	.connect {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent url(../imgs/theme/bconnect.gif) no-repeat scroll 0 0;
		height:21px;
		margin:5px auto;
		overflow:hidden;
		width:89px;
		cursor:pointer;
	}
	
	.facebook {
		/*background-position:0 0;*/
		margin-top:5px;
		margin-bottom:5px;
		text-align:left;
	}
	
	.twitter {
		background-position:0 -21px;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.wehaa {
		background:transparent url(../imgs/theme/wconnect.gif) no-repeat scroll 0 0;
		height:21px;
		margin-top:5px;
		margin-bottom:5px;
		overflow:hidden;
		cursor:pointer;
		width:100px;
		height:21px
	}
	
	.profileComment{
		display:none;
		margin:0px 200px;
		text-align:left;
	}
	
	.profileReply{
		display:none;
		margin:0;
		text-align:left;
	}
	
	.fondo{
		clear:left;
		background:#EFEFEF;
		/*margin-left:auto;*/
		margin-right:auto;
		width:220px;
		padding:5px;
		border: 1px solid #EFEFEF;	/*Aquí empieza la parte importante*/
		-moz-border-radius:5px;	/*definición del borde*/ 
		-khtml-border-radius:5px; 	/*Para que funcione en Mozilla*/
		-webkit-border-radius:5px;	/*Para Konqueror y Safari */
		border-radius:5px; 		/*Forma normalizada*/
	}
	
	
	.fondo p, .fondo div {
		margin:0;
	}
	
	.comment{
		margin-left:0px;
		float:left;
		/*margin-left:200px;*/
	}
	
	.reply{
		float:left;
		margin-left:5px;
	}
	
	/* END - API Facebook Connect ~ CODED BY BETOS */



	/* START - API Twitter Connect ~ CODED BY BETOS */
	.profileTwiter{
		display:inline;
	}
	/* END - API Twitter Connect ~ CODED BY BETOS */




	.______myBlogs_____ {
	}
	

	#cA #myBlogs {
		background:none repeat scroll 0 0 #F5F4EB;
	}


.texto{
	line-height: 15px;
    padding: 10px;
}