/* -------------------------------------------
	CSS Layout v1.0
	W3C Compliant made by JG
	Bitcoder Web media (2009)
   ------------------------------------------- */ 

/* Contenidos Layout */
#section-content h2 {
	font: bold 24px "Trebuchet MS", Arial, Verdana, Tahoma;
	color: #666;
	margin-bottom: 5px;
	clear: both;
}
#section-content h3 {
	font: bold 20px "Trebuchet MS", Arial, Verdana, Tahoma;
	color: #6C8702;
	margin-bottom: 0;
	clear: both;
}

#block1, #block2, #block3, #block4 {
	text-align: left;
	clear: both;
	padding:0;
	line-height: 16px;
	font-size: 11px
}
#block1 p, #block2 p, #block3 p, #block4 p{
	padding:0 0 2px 0;
	line-height: 16px;
	font-size: 11px;
	text-align: justify; 
}
#section-content img{
	margin-bottom: 5px
}

/* Orden para plantilla 1 */
#block1.plantilla1 img{float: right;margin-left: 15px;}
#block2.plantilla1 img{float: right;margin-left: 15px;}
#block3.plantilla1 img{float: left;margin-right: 15px;}
#block4.plantilla1 img{float: left;margin-right: 15px;}

/* Orden para plantilla 2 */
#block1.plantilla2 img{float: left;margin-right: 15px;}
#block2.plantilla2 img{display:block;text-align:center;margin:auto;}
#block3.plantilla2 img{float: right;margin-left: 15px;}
#block4.plantilla2 img{display:block;text-align:center;margin:auto;}

/* Menu Secundario */
#sec-menu{
	width: 179px;
	font: bold 13px Arial, Verdana, Tahoma;
	color: #000;
	margin: 15px 0 45px 0;
}
#sec-menu h2 {
	vertical-align:middle;
	font: bold 15px/19px "Trebuchet MS", Arial, Verdana;
	color: #472E10;
	text-align: center;
	border-top:2px solid #472E10;
	border-bottom:2px solid #7E932A;
	padding: 10px 0;
}
#sec-menu ul{
	width: 159px;
	list-style:none;
	text-align: left;
	margin-left:9px;
}
#sec-menu li{
	margin: 15px 0 0 5px;
}
#sec-menu li a{
	text-decoration: none;
	font: bold 14px/16px "Trebuchet MS", Arial, Verdana;
	color:#472E10;
	border-bottom: 1px dotted #472E10;
}
#sec-menu li a:HOVER{
	text-decoration: none;
	color:#678102;
	border-bottom: 1px dotted #7E932A;
}
#sec-menu li ul li{margin:9px 0;}
#sec-menu li ul a{
	text-decoration: none;
	font: bold 11px/12px "Trebuchet MS", Arial, Verdana;
	color:#678102;
	border-bottom: none;
}
/* Otras Entradas */
#otras-entradas li {
	margin-bottom: 10px;
}

/* Elementos Comunes */
#content-links {
	margin-top:35px;
	
}
#content-links div {
	width: 540px;
	clear: both; 
	margin-top: 15px;
}
#content-links h3{
	text-indent: -9999px;
	display:block;
	width:39px;
	height:38px;
	margin-bottom:10px;
	background-color: transparent;
	background-position:top left;
	background-repeat: no-repeat;
}

#content-links a{
	color: #555;
	text-decoration: underline;
	font-weight:normal;
	display:block;
	float:left;
	width:140px;
	
	padding-left: 25px;
	
}
#descarga-links a {
	background: transparent url("../images/fondos/list_download.jpg") top left no-repeat;
}
#video-links a {
	background: transparent url("../images/fondos/list_video.jpg") top left no-repeat;
}

#content-links a:HOVER{
	color: #6C8702;
	text-decoration: none;
}
