@charset "utf-8";
/* CSS Document */
.spacer {
	height:50px;
}
#container {
	text-align: left;
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#header {
}
#banner {
	width:1000px;
	height:128px;
	background-image:url(../images/bg_banner.gif);
	background-repeat:repeat-x;
}
#logo {
	float:left;
	width:271px;
}
#menuB {
	float:right;
	width:600px;
	padding:20px 12px 0 0;
	text-align:right;
	color:#666666;
	font-size:10px;
	font-weight:bold
}
#menuH {
	width:1000px;
	height:30px;
	background-image:url(../images/bg_menuH.gif);
	background-repeat:repeat-x;
}
#void {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	float:left;
	width:100%;
}
#voidhome {
	background-image:url(../images/bg_home.gif);
	background-repeat:repeat-y;
	float:left;
}
#menuV {
	float: left;
	width: 192px;
	background-color:#FFD200;
}
#news {
	float: right;
	width: 267px;
	padding:0 0 0 4px;
}
#news .new {
	padding:20px 10px 0px 10px;
	line-height:125%
}
#menuF {
	padding:30px 0 0 212px;
	height:58px;
}
#principal {
	float: left;
	/*width:10px-950px;*/
	margin:30px 37px 30px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #004C64;
	line-height: 120%;
}
#home {
	float: left;
	padding:0 0 0 10px;
	width: 470px;
}
#ficha {
	width: 750px;
}
#texto {
	float: left;
	width:500px;
	color: #666666;
}
#textoHome {
	float: left;
	width:240px;
}
#textoHomeSinImagenes {
	float: left;
	width:470px;
}
#fotoPadLeft {
	float:right;
	padding-left:30px;
}
#fotoPadRight {
	float:left;
	padding-right:30px;
	width:210px;/*NUEVOOOOO*/
}
#fotoPadLeftTexto {
	float:right;
	padding-left:10px;
	padding-bottom:10px;
}
#fotoPadRightTexto {
	float:left;
	padding-right:10px;
}
#contact a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #004C64;
	text-decoration:underline;
}
#footer {
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	text-align:center;
	padding: 5px 0 5px 0;
	clear: both;
	color: #666666;
	font-size:9px;
}
#footerHome {
	font-size:3px;
	background-image:url(../images/bg_home.gif);
	background-repeat:repeat-y;
	text-align:center;
	padding: 5px 0 5px 0;
	clear: both;
	color: #666666;
	font-size:9px;
}
