/* CSS Document */
body{
margin: 0px;
padding: 0px;
background-color: #F6F4E4;
background-image: url(images/mainbg.gif);
background-repeat: repeat-x;
}
div, p, ul, h1, h2, h4, img, form, label{padding:0px; margin:0px;}
ul{list-style-type:none;}

/*----MAIN PANEL----*/
#mainPan{
	width:1250px;
	position:relative;
	margin:0 auto;
	padding:0px;
}
/*----Left Panel----*/
#leftPan{
	width:340px;
	float:left;
}
#leftTopPan{
	width:340px;
	height:170px;
	position:relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/left-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#leftTopPan img{
	margin-top: 16px;
	margin-bottom: 0;
	margin-left: 50px;
}

#rightTopPan{
	width:340px;
	height:170px;
	background-image: url(images/left-top.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	margin-left: 550px;
	margin-top: -50px;
}
#rightTopPan img{
	margin-top: 16px;
	margin-bottom: 0;
	margin-left: 50px;
}

#leftPan ul{
	width:340px;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 10px;
	margin-top: -3px;
	display: block;
}
#leftPan ul li{
	width:230px;
	position:relative;
	background:url(images/dot.gif) 0 100% repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#leftPan ul li a{
	width:210px;
	height:22px;
	display:block;
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4;
	color:#8F8C73;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}
#leftPan ul li a:hover{
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4;
	color:#630;
	text-decoration:none;
}
#leftPan ul li.home{
	width:198px;
	height:27px;
	display:block;
	background: url(images/homebg.gif) 0 0 no-repeat #F6F4E4;
	color:#630;
	font-weight:bold;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	padding-right: 0;
	padding-left: 35px;
}
#titulo {
	font-family: "MS Serif", "New York", serif;
	font-size: 30px;
	color: #630;
	padding-left: 15px;
	text-align: center;
	padding-top: 25px;
}
#leftPan ul li.contact{background:none;}
#leftPan ul.linkone{
	width:340px;
	background:none;
	display: block;
	padding-top: -180px;
}
#leftPan ul.linkone li{
	width:240px;
	height:26px;
	background:none;
}
#leftPan ul.linkone li a{
	width:240px;
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4;
	color:#8F8C73;
	font:14px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:underline;
	padding-left: 22px;
}
#leftPan ul.linkone li a:hover{background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; color:#25241E; text-decoration:underline;}

#leftPan h2{
	width:240px;
	background:#F6F4E4;
	color:#7D2F04;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 52px;
	padding-bottom: 10px;
}
#resaltar {
	color: #853902;
}

#leftPan form{width:222px; height:173px; position:relative; margin:0 auto; background:url(images/formbg.gif) 0 0 no-repeat #ABA894; color:#fff;}
#leftPan form input{width:143px; height:17px; margin:3px 0 2px 35px; }
#leftPan form label{width:143px; height:18px; margin:2px 0 0 35px; font:12px/15px Arial, Helvetica, sans-serif; font-weight:bold;}

#leftPan form input.button{width:51px; height:17px; float:left; background:url(images/button.gif) 0 0 no-repeat #FEFEFE; color:#fff; font-size:12px; font-weight:bold; line-height:18px; border:none; padding:0 10px 0 0;  margin:3px 10px 2px 28px; }

#leftPan form h2{width:150px; height:47px; display:block; background:url(images/memberbg.gif) 0 0 no-repeat #D5D2BC; color:#fff; font-size:18px; line-height:47px; padding:0 0 0 65px;}
#leftPan form #register{width:100px; height:24px; float:left; margin:3px 0 0; }
#leftPan form #register a{display:block; background: url(images/arrow4.gif) 100% 50% no-repeat #ABA894; color:#fff; font-size:14px; padding:0 5px 0 0; text-decoration:none;}
#leftPan form #register a:hover{text-decoration:underline;}


/*----/Left Panel----*/

/*----Right Panel----*/
#rightPan{
	width:910px;
	float:left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#rightPan h1{
	width:600px;
	color:#FFF;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-top: 25px;
	padding-top: 15px;
	height: 20px;
}
#rightPan h2{
	color:#630;
	font-size:21px;
	padding-left: 310px;
	margin-top: 5px;
	font-weight: bold;
	line-height: 30px;
}
#portadas {
	padding-left: 25px;
	margin-top: -30px;
}
#h3 {
	font-size: 18px;
	padding-left: 25px;
	color: #C60;
	height: 17px;
}
#h4 {
	color:#630;
	font-size:22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 30px;
	padding-top: 20px;
}
#rightPan h4 span{
	color:#9F9D81;
	background:#F6F4E4;
	font-size:16px;
	font-weight:bold;
}

#rightPan p{
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	padding-top: 20px;
}
#rightPan p.bottompadding{padding:22px 0 0 9px; margin:0 0 38px 0;}
#rightPan p span.boldtext{font-weight:bold;}
#rightPan p span.magedacolortext{background:#F6F4E4; color:#8F146E;}
#rightmorePan{
	width:760px;
	height:28px;
	display:block;
	background:url(images/pattern.gif) 0 0 repeat;
	border:1px solid #fff;
	line-height:28px;
	padding:0 0 0 20px;
	margin:0 0 0 9px;
}
#rightmorePan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#rightmorePan a{float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;}
#rightmorePan a:hover{text-decoration:underline;}

#rightmorenextPan{width:420px; height:28px; display:block; background:url(images/pattern.gif) 0 0 repeat; border:1px solid #fff; line-height:28px; padding:0 0 0 20px; margin:0 0 0 9px;}
#rightmorenextPan p.textposition{float:left; padding:0 0 0 18px; margin:0px;}
#rightmorenextPan a{float:left; width:36px; height:28px; display:block; background:url(images/morebg.gif) 0 0 no-repeat #D5D2BC; color:#1F1E15; text-decoration:none; padding:0 15px 0 45px; margin:0 0 0 135px;}
#rightmorenextPan a:hover{text-decoration:underline;}


#rightaddPan{
	width: 880px;
	padding-left: 30px;
	background-image: url(images/fondo_obras_1p.jpg);
	background-repeat: repeat;
	position: relative;
	margin-top: 40px;
	height: 100%;
	padding-top: 35px;
}
#rightaddPan a{
	text-decoration:none;
} 

#rightaddPan a:hover{
	text-decoration:underline;
	 color: red;
}

#rightaddonePan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	/*
	background-color: #CBC8B2;
	background-image: url(images/1fosforescencias.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	*/
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px;
}

#rightaddonePan #year{
	height:33px;
	background-color: #7D2F04;
	text-align:center;
	color: #fff; 
	font-size:16px;
	line-height:30px;
	text-decoration:none;
}

#rightaddonePan a:hover{text-decoration:underline;}

#rightaddtwoPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddtwoPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/2dias-de-Barro.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	border: medium solid #FFF;
}
#rightaddtwoPan a:hover{text-decoration:underline;}

#rightaddthreePan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddthreePan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/3-cuerpo-de-piedras.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	border: medium solid #FFF;
}
#rightaddthreePan a:hover{text-decoration:underline;}

#rightaddfourPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddfourPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/4-criaturas-vitralizadas.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	border: medium solid #FFF;
}
#rightaddfourPan a:hover{text-decoration:underline;}

#rightaddfivePan a{
	width:117px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
	padding-left: 35px;
}
#rightaddfivePan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/5-la-mexiquiada.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	border: medium solid #FFF;
}
#rightaddfivePan a:hover{text-decoration:underline;}

#rightaddsixPan a{
	width:142px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 35px;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddsixPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/6-ponle-mi-foto.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddsixPan a:hover{text-decoration:underline;}

#rightaddsevenPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddsevenPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/7-el-dragon-y-la-serpiente.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddsevenPan a:hover{text-decoration:underline;}

#rightaddeightPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddeightPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/8-cuentos-prohibidos.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddeightPan a:hover{text-decoration:underline;}

#rightaddninePan a{
	width:127px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 25px;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddninePan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/9-santa-muertelibro-total.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddninePan a:hover{text-decoration:underline;}

#rightaddtenPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddtenPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/10-eurodisea-del-jaguar-rojo.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddtenPan a:hover{text-decoration:underline;}

#rightaddelevenPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddelevenPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/11-ballet-de-transparencias.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddelevenPan a:hover{text-decoration:underline;}

#rightaddtwelvePan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddtwelvePan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/12-santa-muerte-nina-bca-p.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddtwelvePan a:hover{text-decoration:underline;}
#rightaddthirteenPan a{
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#rightaddthirteenPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-image: url(images/13-descuartizadores.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddthirteenPan a:hover{text-decoration:underline;}



#rightaddfourteenPan{
	width:152px;
	height:260px;
	float:left;
	color:#fff;
	background-color: #CBC8B2;
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
	background-image: url(images/14_libro_de_la_suerte.jpg);
}
#rightaddfourteenPan a:hover{text-decoration:underline;}

#rightaddfifteenPan a{
	width:105px;
	height:30px;
	color:#fff;
	font-size:15px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	background-color: #7D2F04;
	margin-top: 230px;
}
#rightaddfifteenPan{
	width: 152px;
	height: 260px;
	float: left;
	color: #fff;
	background-color: #CBC8B2;
	background-image: url(images/PUB.-CONEJITO-BRILLANTE-SUPER-BIEN.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin-left: 12px;
	margin-top: 20px;
	border: medium solid #FFF;
}
#rightaddfifteenPan a:hover{text-decoration:underline;}











/*----/Right Panel----*/

/*----Footer Panel----*/
#footermainPan{
	color:#fff;
	height:70px;
	background-color: #630;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(images/footerbg.gif);
	position: relative;
	clear: both;
}
#img_edgar {
	padding-left: 45px;
	margin-top: 0px;
	display: block;
}
#footerPan{
	width:691px;
	margin:0 auto;
	font:12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#footerPan ul{width:546px; position:absolute; top:85px; left:42px;}
#footerPan li{float:left; }
#footerPan ul li a{padding:0 10px 0; color:#fff; background:#6B6854; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}

#footerPan ul.templateworld{width:190px; background:#6B6854; color:#fff; display:block; position:absolute; top:160px; left:240px; }
#footerPan ul.templateworld li{height:20px;}
#footerPan ul.templateworld li a{background:#6B6854; display:block; color:#fff; text-decoration:none; padding:0px;}
#footerPan ul.templateworld li a:hover{text-decoration:underline;}

#footerPan p.copyright{width:204px; background:#6B6854; color:#F3F1DF; position:absolute; top:105px; left:218px;}

#footerPanhtml{width:64px; height:19px; display:block; position:absolute; top:132px; left:240px;}
#footerPanhtml a{width:59px; height:18px; background:url(images/arrow2.gif) no-repeat 45px 0px #D0CEB8; display:block; position:absolute; top:0px; left:0px; line-height:19px; padding:1px 0 0 5px; border:1px solid #FFFFFA; color:#353427; text-transform:uppercase; text-decoration:none;}
#footerPanhtml a:hover{background:url(images/arrow3.gif) no-repeat 45px 0px #B0AD93; color:#353427; text-decoration:none;}

#footerPancss{width:64px; height:19px; display:block; position:absolute; top:132px; left:320px;}
#footerPancss a{width:49px; height:18px; background:url(images/arrow3.gif) no-repeat 45px 0px #D0CEB8; display:block; position:absolute; top:0px; left:0px;line-height:19px; padding:1px 0 0 15px; border:1px solid #FFFFFA; color:#353427; text-transform:uppercase; text-decoration:none;}
#links {
	height: 0px;
	width: 0px;
}
#footerPancss a:hover{background:url(images/arrow2.gif) no-repeat 45px 0px #B0AD93; color:#353427; text-decoration:none;}

.content {
	width:820px;
	background-repeat: no-repeat;
	background-color: #FFF;
	margin-bottom: 35px;
	padding-left: 20px;
}

.content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	margin-right: 20px;
	padding-left: 500px;
	line-height: 17px;
	font-size: 14px;
	text-align: justify;
}
#pie_de_imagen {
	font-size: 14px;
	margin-left: 35px;
	background-color: #CCC;
	line-height: 6px;
	width: 273px;
}
#rightadd {
	width:880px;
	position:relative;
	padding-bottom: 25px;
	background-image: url(images/fondo_obras2.jpg);
	padding-left: 30px;
	padding-top: 25px;
}
#bigtext {
	font-size: 22px;
	color: #7D2F04;
	padding-left: 52px;
	line-height: 20px;
	padding-top: 20px;
}
#rightPan h5 {
	color:#630;
	font-size:22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 17px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 30px;
	float: right;
}
#h6 {
	font-size: 18px;
	color: #C60;
	padding-left: 750px;
}
#rightPan_titulo_left  {
	color:#630;
	font-size:21px;
	padding-left: 28px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 5px;
}
#rightadd_durazno {
	width:880px;
	position:relative;
	padding-left: 30px;
	background-image: url(images/fondo_obras3.jpg);
	background-repeat: repeat;
	padding-bottom: 25px;
	padding-top: 5px;
}
#img10 {
	padding-left: 50px;
}
#libro15 {
	width:139px;
	height:30px;
	color:#fff;
	font-size:15px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 13px;
	background-color: #7D2F04;
	margin-top: 230px;
}
#rightaddfourteenPan a {
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-color: #7D2F04;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
}
#index {
	padding-top: 225px;
}
#centrar_video {
	margin-left: 170px;
}
#a videos  {
	width:97px;
	height:30px;
	display:block;
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-decoration:none;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: 0;
	background-image: url(images/viewmore.jpg);
	margin-top: 230px;
	background-color: #7D2F04;
}
