/* Capas base */
* {
	padding: 0;
	margin: 0;
}

body {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #02A0C6;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#base {
	width: 758px;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	background-image: url(images/content-bck.gif);
}

/* Tipografías */
body, table, .campo, .memo {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	line-height: 20px;
	color: #737373;
}

#datoscontacto {
}

#datoscontacto p {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	line-height: 16px;
	color: #353535;
	float: left;
	position: relative;
	top: -5px;
}


/* Lateral */
#details {
	font-size: 10px;
	line-height: 16px;
	color: #646464;
}

.borde {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C8C8C8;
	padding-bottom: 10px;
	width: 162px;
	text-align: right;
}

#details h2 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
	padding-bottom: 11px;
	line-height: 12px;
}

#details strong {
	color: #4E4E4E;
}


#details a, #details a:visited, #details a:active {
	font-weight: bold;
	color: #02A0C6;
	text-decoration: underline;
}

#details a:hover {
	color: #014571;
	text-decoration: none;
}

#details hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8C8C8;
	margin-top: 8px;
	margin-bottom: 6px;
}

#details img {
	border: 1px solid #02A0C6;
	margin-top: 10px;
	margin-right: 10px;
}

#sinborde {
	border: 0px none #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#details #margen {
	padding-right: 18px;
	float: left;
	position: relative;
	top: -3px;
}

#listar {
	width: 156px;
	overflow: hidden;
	line-height: 12px;
	clear: both;
	float: left;
	position: relative;
	top: -3px;
}

#listar hr {
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#listar a, #listar a:visited, #listar a:active {
	font-weight: bold;
	color: #02A0C6;
	text-decoration: none;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#listar a:hover {
	color: #014571;
	text-decoration: none;
}

/* Contenido */
#content {
	color: #646464;
}

#content h1 {
	font-weight: bold;
	color: #000000;
	background-color: #EFEFEF;
	background-image: url(images/h1-bck.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 43px;
	width: 100%;
	font-size: 11px;
	clear: both;
	float: left;
	position: relative;
	top: -8px;
	overflow: hidden;
}

#demo {
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	padding: 0px;
}

#content h1 b {
	padding-left: 35px;
	padding-top: 10px;
	float: left;
}

#content p {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
}

#content .flecha {
	background-image: url(images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 13px;
}

#content li {
	list-style-type: none;
	padding-left: 40px;
	background-image: url(images/bullet.gif);
	background-position: 30px 8px;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

#content hr {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C8C8C8;
}

#content a, #content a:visited, #content a:active {
	font-weight: bold;
	color: #02A0C6;
	text-decoration: underline;
}

#content a:hover {
	color: #014571;
	text-decoration: none;
}

/* Footer */
#footer {
	font-size: 10px;
	line-height: 18px;
	background-image: url(images/footer-bck.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
	background-position: 20px;
}

#footer a, #footer a:visited, #footer a:active { 
	color:#014571;
	text-decoration: none;
	}

#footer a:hover { 
	color:#014571;
	text-decoration: underline;
	}

#footer a b {
	color:#999999;
	font-weight: normal;
 	}

/* Formulario */
.campo, .memo {
	color: #333333;
	background-color: #EFEFEF;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin-left: 3px;
	line-height: normal;
	border: 1px solid #B7B7B7;
	margin-top: 8px;
}

.campo {
	height: 18px;
}

.memo {
	scrollbar-arrow-color: #E1E1E1;
	scrollbar-base-color: #E1E1E1;
	scrollbar-darkshadow-color: #E1E1E1;
	scrollbar-track-color: #E1E1E1;
	scrollbar-face-color: #B8B8B8;
	scrollbar-shadow-color: #E1E1E1;
	scrollbar-highlight-color: #E1E1E1;
	scrollbar-3dlight-color: #E1E1E1;
}

#submit {
	background-color: #FFFFFF;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFFFFF;
}

.enviar {
	color: #FFFFFF;
	background-color: #02A0C6;
	border: 1px solid #02A0C6;
	font-weight: bold;
	line-height: 14px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* menus */
#menu {
	text-align: center;
}

#menu a, #menu a:visited, #menu a:active {
	color: #02A0C6;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCECF4;
	background-color: #CCECF4;
	line-height: 36px;
	float: left;
	vertical-align: middle;
	overflow: hidden;
}

#menu a:hover {
	text-decoration: none;
	border-bottom-color: #99D7F4;
}

#menu .selected {
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom-color: #CCECF4;
	color: #014571;
	background-image: url(images/blank.gif);
}

#menu1 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menu1 a {
	height: 37px;
	width: 95px;
}

#menu2 {
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu2 a {
	height: 37px;
	width: 82px;
}

#menu3 {
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#menu3 a {
	height: 37px;
	width: 94px;
}

#menu4 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#menu4 a {
	height: 37px;
	width: 95px;
}
