/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo5.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	}
	#logo{
	float:left; 
	margin:25px 25px 25px 35px;
	}
	#topheader{
		float:right; 
		width:800px; 
		height:97px; 
		position:relative
		}
	#toplinks{
		position:absolute; 
		right:10px; 
		top:10px;
		}
	#menu{
			float:right; 
			width:800px; 
			padding:8px;
			}
			#submenu{
			float:right; 
			width:800px; 
			height:32px; 
			background-image:url(bg_submenu.gif); 
			background-position:top; 
			background-repeat:repeat-x;
			}
			#contenttext{
				float:right; 
				width:800px;
			}		
			#leftpanel{
				float:left; 
				width:300px;
			}#footer{
			float:left; 
			width:800px; 
			background-image:url(fond.gif); 
	background-position:top; 
	background-repeat:repeat-y;
			padding: 10px 5px 12px 5px;
			margin-top:20px;
			margin-bottom:20px;
			}

/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; 
	background-color:#F7F7F7; 
	padding:5px; 
	margin:10px;
	text-align:left;
}

/*TEXT STYLES*/
.bodytext {
	font: 85%/1.4 "Arial,Trebuchet MS", Verdana, sans-serif;
	color: #666;
	font-size:14px;
	text-align:justify;
}

h1 {
	font: 0.7em Tahoma, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#CC0000;
	background-image:url(fond.gif); 
	background-position:top; 
	background-repeat:repeat-y;
	padding:15px;
	}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#333;
	text-align:left;
	}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
	margin-left:2px;
}
.smallredtext a:hover{
	text-decoration:underline;
}
.smallredtext a:visited{
	color:#000;
}
.icopeq {
	font-size: 9px;
}
.enlacindex a{
	font: 0.7em Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#CC0000;
	text-decoration:underline;
	padding: 2px;
	}
.enlacindex a:hover{
	text-decoration:underline;
	color:#660;
	background-image: url(d.gif);
	background-repeat:no-repeat;
	background-position: 100% 40%;
	padding-right:15px;
	}
.enlacindex a:visited{
	color:#CC0000;
	background-image: url(d.gif);
	background-repeat:no-repeat;
	background-position: 100% 40%;
	padding-right:15px;
}
.enlacnav a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 18px;
	color:#CC0000;
	text-decoration:underline;
	padding: 2px;
	}
.enlacnav a:hover{
	text-decoration:underline;
	background:#F7F7F7;
	padding: 2px;
}
.enlpeq {
	color:#CC0000;
}
.bannerinf {
	padding:6px;
	margin-right:65px;
	width:336px;
	float:left;
	}
.bannersup {
	margin: 0px 15px 10px 40px;
}
.compartir{
border: 1px solid #E9E9E9;
padding:5px;
width:380px;
margin-top:8px;
margin-left:400px;

}