@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
span {
	display: none;
}
body {
	background-color: #FFFFFF;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
a  {
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
div .enlaces {
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.none {
	display: none;
}
#main {
	position: relative;
	width: 806px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	background-image: url(img/backgroundmain.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	margin-bottom: 20px;
}
#head {
	background-color: transparent;
	background-image: url(img/backgroundhead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
	text-align: center;
	padding-top: 50px;
}
#menu {
	list-style-type: none;
	position: absolute;
	top: 26px;
	left: 217px;
	width: 575px;
	text-align: right;
	padding-right: 15px;
}
#menu a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FF9900;
}
#menu li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#menu li a {
	padding-right: 15px;
	font-size: 14px;
	color: #FFFFFF;
	padding-left: 15px;
}
#contenido {
	background-color: transparent;
	background-image: url(img/backgroundcontenido.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	min-height: 451px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#contenido h3 {
	font-size: 17px;
	padding-bottom: 10px;
	color: #0033CC;
	text-transform: uppercase;
}
#contenido  h4.conecimportantes {
	background-color: transparent;
	background-image: url(img/ico_flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 16px;
	text-align: left;
	padding-bottom: 10px;
}
#contenido p {
	padding-bottom: 15px;
	text-align: justify;
	line-height: 1.3em;
}
#contenido p.direccion {
	color: #003399;
	text-align: center;
	font-size: 13px;
}
#contenido ul {
	padding-bottom: 15px;
	padding-left: 10px;
}
#contenido li {
	padding-bottom: 5px;
	list-style-position: inside;
	list-style-type: disc;
}
#contenido ul ul {
	padding-top: 5px;
	padding-bottom: 0px;
}
#contenido .imagender {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
#contenido .enlaces table {
	width: 100%;
	margin-bottom: 10px;
}
#contenido .enlaces td {
	vertical-align: top;
	width: 50%;
}
#contenido .enlaces ul {
	padding: 0px;
	margin: 0px;
}
#contenido .enlaces li {
	padding-left: 30px;
	list-style-type: none;
	display: inline;
	padding-right: 30px;
}
#contenido  iframe {
	border: 1px solid #CCCCCC;
	margin-left: 25px;
}
#contactoform {
	padding-bottom: 15px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#contactoform b {
	color: #990000;
}
#contactoform table {
	width: 100%;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#contactoform textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-left: 2px;
}
#contactoform .input {
	width: 95%;
	margin-top: 3px;
	border: 1px solid #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#contactoform textarea:focus, #contactoform .input:focus {
	background-color: #E8E8E8;
}
#nav {
	position: absolute;
	top: 261px;
	left: 693px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 37px;
	display: inline;
	overflow: hidden;
	width: 100px;
	}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#nav a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:37px; /* for IE5/Win */
	padding-top: 37px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#nav a:hover {
	background-position: 0 -37px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -37px;
	}
#englishversion a {
	width: 50px;
	background-image: url(img/b_ingles.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#versionespanol a {
	background-image: url(img/b_espanol.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 50px;
}
#pie {
	background-color: transparent;
	background-image: url(img/backgroundpie.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 20px;
}
#pie   .facebook  {
	background-image: url(img/icn-facebook.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin-right: 20px;
	display: block;
}
#pie .facebook a {
	display: block;
	height: 32px;
	width: 32px;
}
#pie p {
	font-size: 10px;
}
