/* Documento CSS */
body{
	margin:0px; 
	padding:0px; 
	background:url(images/mainbg.jpg) 0 0 repeat-x #F6F4E4; 
	color:#6B6854; 
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div, p, ul, h1, h2, h4, img, form, label{
	padding:0px; 
	margin:0px;
}

ul{
	list-style-type:none;
}

#contenedornoticias{
	position: relative;
	width: 265px; /*marquee width */
	height: 270px; /*marquee height */
	background-color: white;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
}

/*----Panel Principal----*/
#panelPrincipal{
	width:800px; 
	position:relative; 
	margin:0 auto; 
	padding:0px;
}

/*----Panel Izquierdo----*/
#panelIzquierdo{
	width:200px; 
	float:left;
}

#panelIzquierdoSup{
	width:200px; 
	height:125px; 
	position:relative; 
	margin:0 auto; 
	padding:0; 
	background:url(images/left-top.jpg) 0 0 no-repeat;
}

#panelIzquierdoSup img{
	width:160px; 
	height:39px; 
	margin:30px 0 0 27px;
}

#panelIzquierdo ul{
	width:200px; 
	height:270px; 
	display:block; 
	background:url(images/menu-bg.jpg) 0 0 no-repeat; 
	padding:28px 0 0;
}

#panelIzquierdo ul li{
	width:118px; 
	height:27px; 
	position:relative; 
	margin:0 auto; 
	background:url(images/dot.gif) 0 100% repeat-x;
}

#panelIzquierdo ul li a{
	width:96px; 
	height:26px; 
	display:block; 
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; 
	color:#8F8C73; 
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	padding:0 0 0 22px; 
	text-decoration:none;
}

#panelIzquierdo ul li a:hover{
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; 
	color:#330033; 
	text-decoration:none;
}

#panelIzquierdo ul li.home{
	width:96px; 
	height:27px; 
	display:block; 
	background: url(images/homebg.gif) 0 0 no-repeat #F6F4E4; 
	color:#C09000; 
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:none; 
	padding:0 0 0 22px;
}

#panelIzquierdo ul li.contact{
	background:none;
}


#panelIzquierdo ul.linkone{
	width:200px; 
	height:115px; 
	padding:0; 
	background:none;
}

#panelIzquierdo ul.linkone li{
	width:150px; 
	height:26px; 
	position:relative; 
	margin:0 auto; 
	background:none; 
	padding:0px;
}

#panelIzquierdo ul.linkone li a{
	width:150px; 
	height:26px; 
	display:block; 
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; 
	color:#8F8C73; 
	font:13px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	padding:0 0 0 22px; 
	text-decoration:underline;
}

#panelIzquierdo ul.linkone li a:hover{
	background:url(images/arrow-normal.gif) 0 50% no-repeat #F6F4E4; 
	color:#330033; 
	text-decoration:underline;
}

#panelIzquierdo h2{
	width:90px; 
	height:63px; 
	background:#F6F4E4; 
	color:#330033; 
	font-size:24px; 
	line-height:63px; 
	padding:0 0 0 63px; 
	font-weight:normal;
}
/*----Fin del Panel Izquierdo----*/


/*----Inicio del Panel Derecho----*/
#panelDerecho{
	width:600px; 
	float:left;
}

#panelDerecho h1{
	width:438px; 
	height:124px; 
	background:url(images/header.jpg) 0 0 no-repeat #F6F4E4; 
	color:#fff; 
	font:20px/13px Georgia, "Times New Roman", Times, serif; 
	padding:37px 0 0 13px;
}

#panelDerecho h1 span{
	font:13px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#panelDerecho h2{
	width:550px;
	height:42px;
	display:block;
	background:url(images/icon1.jpg) 0 0 no-repeat #F6F4E4;
	color:#330033;
	font-size:24px;
	line-height:36px;
	margin-top: 29px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 65px;
}

#panelDerecho h3{
	width:580px; 
	height:15px; 
	display:block; 
	background:0 0 no-repeat #F6F4E4; 
	color:#330033; 
	font-size:12px; 
	line-height:20px; 
	padding:0 0 0 0px; 
	margin:0px 0 0 0px;
}

#panelDerecho h4{
	width:240px; 
	height:50px; 
	display:block; 
	background:url(images/icon2.jpg) 0 0 no-repeat #F6F4E4; 
	color:#C09000; 
	font-size:24px; 
	line-height:22px; 
	padding:0 0 0 75px; 
	margin:0 0 0 9px; 
	clear:both;
}

#panelDerecho h4 span{
	color:#9F9D81; 
	background:#F6F4E4; 
	font-size:16px; 
	font-weight:bold; 
	line-height:18px;
}

#panelDerecho p{
	padding:20px 0 0 9px;
}

#panelDerecho p.bottompadding{
	padding:22px 0 0 9px; 
	margin:0 0 38px 0;
}

#panelDerecho p span.boldtext{
	font-weight:bold;
}

#panelDerecho p span.magedacolortext{
	background:#F6F4E4; 
	color:#C09000;
}

#rightmorePan{
	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;
}

#panelDerechoMas p.textposition{
	float:left; 
	padding:0 0 0 18px; 
	margin:0px;
}

#panelDerechoMas 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;
}

#panelDerechoMas a:hover{
	text-decoration:underline;
}

#panelDerechoMasSiguiente{
	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;
}

#panelDerechoMasSiguiente p.textposition{
	float:left; 
	padding:0 0 0 18px; 
	margin:0px;}

#panelDerechoMasSiguiente 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;
}

#panelDerechoMasSiguiente a:hover{
	text-decoration:underline;
}

#panelDerechoMas{
	width:442px; 
	height:170px; 
	position:relative; 
	margin:0 auto; 
	padding:50px 0 0 9px;
}

#panelDerechoMasUno{
	width:218px; 
	height:110px; 
	float:left; 
	background:url(images/image1.jpg) 100% 0 no-repeat #CBC8B2; 
	color:#fff;
}

#panelDerechoMasUno p.whitetext{
	font-size:22px; 
	padding:16px 0 0 16px;
}

#panelDerechoMasUno p.whitetextbig{
	font-size:28px; 
	padding:10px 0 0 16px;
}

#panelDerechoMasUno a{
	width:97px; 
	height:33px; 
	display:block; 
	background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894; 
	color:#fff; 
	font-size:16px; 
	line-height:30px; 
	text-decoration:none; 
	margin:15px 0 0; 
	padding:0 0 0 55px;
}

#panelDerechoMasUno a:hover{
	text-decoration:underline;
}

#panelDerechoMasDos{
	width:218px; 
	height:110px; 
	float:left; 
	background:url(images/image2.jpg) 100% 0 no-repeat #CBC8B2; 
	color:#fff; 
	margin:0 0 0 6px;
}

#panelDerechoMasDos p.whitetext{
	font-size:22px; 
	padding:16px 0 0 16px;
}

#panelDerechoMasDos p.whitetextbig{
	font-size:28px; 
	padding:10px 0 0 16px;
}

#panelDerechoMasDos a{
	width:82px; 
	height:33px; 
	display:block; 
	background:url(images/viewmore.jpg) 0 0 no-repeat #ABA894; 
	color:#fff; 
	font-size:16px; 
	line-height:30px; 
	text-decoration:none; 
	margin:15px 0 0; 
	padding:0 0 0 55px;
}

#panelDerechoMasDos a:hover{
	text-decoration:underline;
}
/*---- Fin del Panel Derecho ----*/


/*---- Inicio del Panel Pie ----*/
#panelPiePrincipal{
	background:url(images/footerbg.gif) 0 0 repeat-x #6B6854; 
	color:#fff; 
	position:relative; 
	margin:0 auto; 
	height:227px; 
	clear:both;
}

#panelPie{
	width:791px;
	position:relative;
	margin:0 auto;
	font-weight:normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

#panelPie ul{
	width:812px;
	position:absolute;
	top:80px;
	left:-3px;
}
#panelPie li{
	float:left; 
}

#panelPie ul li a{
	padding:0 10px 0; 
	color:#fff; 
	background:#6B6854; 
	text-decoration:none;
}

#panelPie ul li a:hover{
	text-decoration:underline;
}

#panelPie ul.templateworld{
	width:190px; 
	background:#6B6854; 
	color:#fff; 
	display:block; 
	position:absolute; 
	top:160px; 
	left:240px; 
}

#panelPie ul.templateworld li{
	height:20px;
}

#panelPie ul.templateworld li a{
	background:#6B6854; 
	display:block; 
	color:#fff; 
	text-decoration:none; 
	padding:0px;
}

#panelPie ul.templateworld li a:hover{
	text-decoration:underline;
}

#panelPiehtml{
	width:64px; 
	height:19px; 
	display:block; 
	position:absolute; 
	top:132px; 
	left:240px;
}

#panelPiehtml 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;
}

#panelPiehtml a:hover{
	background:url(images/arrow3.gif) no-repeat 45px 0px #B0AD93; 
	color:#353427; 
	text-decoration:none;
}

#panelPieCss{
	width:64px; 
	height:19px; 
	display:block; 
	position:absolute; 
	top:132px; 
	left:320px;
}

#panelPieCss 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;
}

#panelPieCss a:hover{
	background:url(images/arrow2.gif) no-repeat 45px 0px #B0AD93; 
	color:#353427; 
	text-decoration:none;
}
