@charset "utf-8";
/* CSS Document */

html {
	background:#F1F1F1 url(images/bg_main.png) repeat-x top;
	font-size:13px;
	font-family:"Trebuchet MS";
	color:#333;
	line-height:1.6em;
}

body {
	background:url(images/bg_mainbg.png) no-repeat center 40px;
	margin:0px;
	padding:0px;
	border-collapse:collapse;
}

#header {
	height:150px;
}

#headerTop {
	height:40px;
	margin:0px;
	padding:0px;
}

h1 a {
	text-decoration:none;
	color:#0066CC;
}

h1 a:hover {
	text-decoration:underline;
	color:#000;
}

#headerTop li {
	list-style:none;
	padding:0px 5px;
	display:inline;
	line-height:36px;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
}

#headerTop li a {
	color:#FFF;
	text-decoration:none;
}

#headerBot {
	overflow:hidden;
}



#botLogo {
	width:200px;
	float:left;
	padding-left:20px;
}

#botBanner {
	float:right;
	padding-top:4px;
}

#bg_footer {
	background:#FFF url(images/bg_bgfooter.png) no-repeat bottom center ;
	height:50px;
	display:block;
	clear:both;
	border-bottom:2px solid #FFF;
}

#footer {
	background:url(images/bg_footer.png) repeat-x;
	border-top:5px solid #165F81;
	height:55px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:12px;
	text-align:center;
	display:block;
	clear:both;	
}

#container {
	width:985px;
	margin:0px auto ;
	padding:0px;
}

#bg_content { 
	background:#FFF;
}

#content {
	background:url(images/bg_middletop.png) no-repeat top;
	margin:0px;
	padding:30px 0px;
	overflow:hidden;
	display:block;
	clear:both;
	background-color:#FFF;
}

#content h1 {
	color:#0066CC;
	letter-spacing:-2px;
	font-size:30px;
	font-family:Georgia;
	font-weight:normal;
	line-height:.8em;
	margin:0px;
	padding-bottom:10px;
}

#contentLeft {
	width:590px;
	padding-left:15px;
	float:left;
}

#contentRight {
	float:left;
	width:360px;
	margin-left:10px;
}

.noticiaPrincipal {
	overflow:hidden;
	padding-bottom:40px;
	margin-bottom:20px;
	background:url(images/bg_bloques.png) no-repeat bottom;
	display:block;
	clear:both;
}

#content .noticiaPrincipal h1 {
	font-size:26px;
	letter-spacing:-1px;
	padding:0px;
}

.npLeft {
	width:280px;
	float:left;
}

.npLeft img {
	padding: 3px;
	border: 1px solid #CEE0EA;
}

.npRight {
	width:290px;
	float:left;
}

.ultimasNoticias {
	padding-bottom:40px;
	margin-bottom:20px;
	background:url(images/bg_bloques.png) no-repeat bottom;
	display:block;
	clear:both;
}

.unBloque {
	height:100px;
	padding:5px;
	background:url(images/bg_lnews.png) no-repeat;
	overflow:hidden;
	border-bottom:1px solid #CCC;
}

.bloqueLeft {
	width:150px;
	float:left;
}

.bloqueRight {
	width:420px;
	line-height:1.2em;
	float:left;
}

#content .bloqueRight h1 { 
	font-size:20px;
	letter-spacing:-1px;
	padding:0px;	
}

#content .bloqueRight p { 
	margin:2px 0px;
}

#content .bloqueRight span {
	font-family:Arial;
	font-size:10px;
	color:#999;
	padding-right:10px;
	float:right;
}

.multimedia {
	overflow:hidden;
	padding-bottom:40px;
	margin-bottom:20px;
	background:url(images/bg_bloques.png) no-repeat bottom;
	display:block;
	clear:both;	
}

.mVideos {
	float:left;
	width:292px;
}

.mbloque {
	overflow:hidden;
	height:90px;
	background:url(images/bg_multimedia.png) no-repeat bottom;
	padding-top:4px;
	border-bottom:1px solid #ccc;
}

.mvLeft {
	width:90px;
	float:left;
}

.mvRight {
	width:202px;
	float:left;
}

.mgLeft {
	width:90px;
	float:left;
}

.mgRight {
	width:202px;
	float:left;
}


#content .mbloque h1 {
	font-size:18px;
	letter-spacing:-1px;
	padding-right:10px;
	padding-bottom:0px;	
}

#content .mbloque p {
	margin:5px 0px;
	line-height:1em;
	font-size:12px;
	color:#000;
}

#content .mbloque span {
	font-family:Arial;
	font-size:10px;
	color:#999;
	padding-right:10px;
	float:right;

}

#content .mbloque img {
	padding: 2px;
	border: 1px solid #CEE0EA;
}

.mGalerias {
	float:left;
	width:293px;
}

.ultimosComentarios {
	background:url(images/bg_comments.jpg) no-repeat bottom;	
	height:340px;
	overflow:hidden;
}


.ultimosComentarios .comment_left {
	width:300px;
	float:left;
	list-style:none;
	padding:30px 0px 15px;
	height:90px;
	overflow:hidden;
}

.ultimosComentarios .comment_left .cmt_link {
	float:left;
	width:100px;
	text-align:center;
	padding:0px 10px;
	font-size:16px;
	font-weight:bold;
	color:#0066CC;
	text-decoration:none;
}

.ultimosComentarios .comment_left .txtcomment {
	float:left;
	width:120px;
	text-align:center;
	padding:0px 20px 0px 30px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	line-height:1.3em;
}

.ultimosComentarios .comment_left .txtcomment a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}


.ultimosComentarios .comment_right {
	width:290px;
	float:left;
	list-style:none;
	padding:30px 0px 15px;
	height:90px;
	overflow:hidden;
}

.ultimosComentarios .comment_right .cmt_link {
	float:right;
	width:100px;
	text-align:center;
	padding:0px 10px;
		font-size:16px;
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}

.ultimosComentarios .comment_right .txtcomment {
	float:left;
	width:120px;
	text-align:center;
	padding:0px 30px 0px 20px;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	line-height:1.3em;
}

.ultimosComentarios .comment_right .txtcomment a {
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
}

.noticiasDestacadas {
	background:url(images/bg_rightbar.png) no-repeat top;	
	overflow:hidden;
	margin-bottom:30px;
}

.noticiasDestacadas ul {
	margin:0 auto;
	padding:0px;
	width:280px;
}

.noticiasDestacadas ul li {
	list-style:none;
	font-size:18px;
	font-family:Georgia;
	line-height:1.5em;
	border-bottom:1px solid #CEE0EA;
	letter-spacing:-1px;
}

.noticiasDestacadas ul li a {
	color:#0066CC;
	text-decoration:none;
}

.noticiasDestacadas ul li a:hover {
	color:#333;
	text-decoration:underline;
}


.patrocinadores {
	background:url(images/bg_rightbar.png) no-repeat top;	
	overflow:hidden;
	margin-bottom:30px;
}

#content #contentRight .h1Publicidad {
	font-size:30px;
	letter-spacing:-1px;
	margin:0pt auto;
	padding-top:40px;
	width:280px;
	border-bottom: 1px solid #CEE0EA;
	font-size:24px;
}

#content #contentRight .Encuesta .h1Publicidad {
	font-size:30px;
	letter-spacing:-1px;
	margin:0pt auto;
	padding-top:40px;
	width:280px;
	border-bottom: 1px solid #CEE0EA;
	font-size:24px;
}

.Encuesta {
	background:url(images/bg_rightbar.png) no-repeat top;	
	overflow:hidden;
	margin-bottom:30px;
}

#content #contentRight .Encuesta h1 {
	font-size:30px;
	letter-spacing:-2px;
	margin:0pt auto;
	padding-top:40px;
	width:280px;
	border-bottom: 1px solid #CEE0EA;
}

#content #contentRight .publi {
	margin:10px auto;
	width:290px;
	padding: 3px;
	border: 1px solid #CEE0EA;
}

.ndBloque {
	width:155px;
	margin-left:19px;
	float:left;
	height:170px;
}

#content #contentRight .noticiasDestacadas .ndBloque h1 {
	width:150px;
	font-size:18px;
	letter-spacing:-1px;
	padding:0px;
	margin-top:5px;
	border-bottom:none;
}

#content #contentRight .noticiasDestacadas h1 {
	font-size:30px;
	letter-spacing:-2px;
	margin:0pt auto 10px;
	padding-top:40px;
	width:280px;
	border-bottom: 1px solid #CEE0EA;
}

.ndBloque img {
	padding: 3px;
	border: 1px solid #CEE0EA;
}

.busqueda_lol {
	overflow:hidden;
	display:block;
	clear:both;
	margin-bottom:10px;
	width:250px;
}

.busqueda_lol span {
	float:left;
}

.doncaja {
	float:left;
	background:url(images/bg_cajalol.png) no-repeat;
	width:140px;
	height:23px;	
	margin-left:10px;
	border:none;
	cursor:text;
}


.donboton {
	float:left;
	background:url(images/btn_go.png) no-repeat;
	height:23px;
	width:27px;
	cursor:pointer;
	margin-left:10px;
	border:none;
}



#mBloqueCat12, #mBloqueCat13 {
	display:none;
}

#login {
	margin:0px auto;
	padding:40px 0px;
	width:280px;
}

#login li {
	margin:0px;
	padding:0px;
	list-style:none;
}

#login form {
	width:280px;
	margin:0 auto;
	line-height:1.5em;
}

#login label {
	font-size:18px;
	letter-spacing:-1px;
	padding:0px;
	margin-top:5px;
	clear:both;
	font-family:Georgia;
	font-weight:normal;
	color:#0066CC;
	line-height:1.5em;
}

#login textarea {
	background:url(images/bg_cajalol.png) no-repeat;
	width:140px;
	height:23px;	
	border:none;
	cursor:text;
}

#login button {
	width:100px;
}

#login h3 {
	color:#0066CC;
	letter-spacing:-2px;
	font-size:30px;
	font-family:Georgia;
	font-weight:normal;
	line-height:.8em;
	margin:0px;
	padding-bottom:10px;
	border-bottom:1px solid #CEE0EA;
}

#login hr {
	display:none;
}

.Encuesta ul {
	margin:0px auto;
	padding:0px;
	width:280px;
}

.Encuesta ul li {
	list-style:none;
	padding:0px;
	margin:0px;
}

#commentlist {
	margin:0px;
	padding:0px;
}

.comvatarCont {
	float:left;
}

.comvatarCont img {
	padding:2px;
	border:1px solid #CEE0EA;
	margin:0px;
}

.alt {
	overflow:hidden;
	padding:20px;
	background:#E0ECF2 url(images/bg_comments1.png) no-repeat bottom;
	width:540px;
	display:block;
	clear:both;
}

.standard {
	overflow:hidden;
	padding:20px;
	background:#FFFFCC url(images/bg_comments2.png) no-repeat bottom;
	width:540px;
		display:block;
	clear:both;
}

.cmnt_derecha {
	float:left;
	margin-left:10px;
	width:440px
}

.cmt_autor {
	overflow:hidden;
}

.cmt_autor .cmt_autor1 {
	color:#0066CC;
	letter-spacing:-2px;
	font-size:30px;
	font-family:Georgia;
	font-weight:normal;
	line-height:.8em;
	margin:0px;
	padding-bottom:10px;
}

.cmt_autor .cmt_autor1 a {
	color:#0066CC;
	text-decoration:none;
}

.cmt_autor .cmt_autor1 .comvatar-default {
	display:none;
}

.bnrRegi img {
	padding:4px;
	border:1px solid #CEE0EA;
	width:570px;
}

#commentsBlock h2 {
	color:#0066CC;
	letter-spacing:-2px;
	font-size:30px;
	font-family:Georgia;
	font-weight:normal;
	line-height:.8em;
	margin:40px 0px 20px;
	padding-bottom:10px;
	border-bottom:1px solid #CEE0EA;
}

.Contenido h1 {
	margin-top:20px;
}

.Contenido span {
	color:#444;
	line-height:0em;
	font-weight:bold;
	font-size:11px;
	margin-bottom:30px;
}

.Contenido span a {
	color:#0066CC;
	font-weight:bold;
}

.post-categories {
	margin:0px;
	padding:0px;
}

.post-categories li {
	margin:0px;
	padding:0px;
	list-style:none;
}

.post-categories li img {
	padding:2px;
	border:1px solid #CEE0EA;
}

#noticiaPrincipalCat3, #noticiaPrincipalCat4, #noticiaPrincipalCat5, #noticiaPrincipalCat6, #noticiaPrincipalCat7, #noticiaPrincipalCat8, #noticiaPrincipalCat9, #noticiaPrincipalCat10 {
	display:none;
}

#ndBloqueCat3, #ndBloqueCat4, #ndBloqueCat5, #ndBloqueCat6, #ndBloqueCat7, #ndBloqueCat8, #ndBloqueCat9, #ndBloqueCat10 {
	display:none;
}

#mBloqueCat3, #mBloqueCat4, #mBloqueCat5, #mBloqueCat6, #mBloqueCat7, #mBloqueCat8, #mBloqueCat9, #mBloqueCat10 {
	display:none;
}

.Contenido {
	margin-bottom:60px;
	padding:20px 0px 30px;
	border-bottom:1px solid #CEE0EA;
}

.Contenido img {
	padding:3px;
	border:1px solid #CEE0EA;
}

