
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #259086;}
a:hover {color: #282828;}

body {
	background: #e2e2e2;
	color: #282828;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 20px;
}

p,code,ul {padding-bottom: 1.2em;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}



.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 2px solid #b1b1b1;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 750px;
}

.outer-container {
	background: #e2e2e2;
	padding-bottom: 24px;
}


.header {
	background: #222 url('images/head.jpg') no-repeat;
	height: 250px;
	margin-bottom: 0px;
	text-align: center;
	clear:both
}

#vinculosencabezado{
	padding: 3px 0 10px 0;
	float: right;
}
	#vinculosencabezado a{padding: 0 0 0 10px;}

#buscador{
	padding: 0 0 10px 20px;
	float: right;
}
	#buscador p{
		float:left;
		width:0px;
		height:0px;
		overflow:hidden;
	}
	#buscador input{ width: 200px; margin:0px; font-size:12px	}
	#buscador a{padding: 0 0 0 5px;}


#logo {
	margin: 0px;
	padding: 0px;
	color: #282828;
	float: left;
	text-decoration: none;
	height:250px;
	width: 503px;
	font-family: Arial, Helvetica, sans-serif;
	/*background: #040507;*/
	overflow: hidden;
	text-align: left;
}
	#logo p.title {
		padding: 70px 0px 0px 65px;
		font-size: 50px;
		line-height: 50px;
		/*color: #aaa;*/
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 1px;
	}

	#logo p.slogan {
		padding: 5px 0px 0px 65px;
		font-size: 30px;
		line-height: 30px;
		font-style: oblique;
		/*color: #aaa;*/
		text-decoration: none;
		font-weight: normal;
		letter-spacing: 0px;
	}

	#logo img.imaizq {
		float: left;
		margin: 0px; padding:0px; border:0px;
	}

	#logo img.imader {
		float: right;
		margin: 0px; padding:0px; border:0px;
	}

.navigation {
	float: right;
	width: 237px;
	padding:0px;
}
.imatopnav{
	background: url(images/head2.jpg) top no-repeat;
	width:247px;
	height:99px;
	padding:0;
	margin:0;
	float:right;
}
.navigation h2 {
	color: #259086;
	font: bold 1.6em Tahoma,sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
}
.navigation ul {
	padding-bottom: 10px;
	border-top: 1px solid #259086;
	list-style: none;
}
.navigation li {border-bottom: 1px solid #b1b1b1;}
.navigation li a {
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #c7c7c7;
	color: #282828;
}

.main {
	background: #ffffff;
	padding: 0;
}

.content {
	float: left;
	width: 480px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top:10px;
}
#pie {padding-bottom: 5px;}
#pie a{padding: 0 5px 5px 5px;}

.footer {
	background: #b1b1b1;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #282828;}

.valid
{
text-align: center;
padding-top:5px;
}

#recursofijo{
}
	#recursofijo h1{
	color: #259086;
	font-weight: bold;
	font-size:0.6em;
	line-height: 30px;
	margin: 0;
	padding-left: 11px;
	}
	#recursofijo a{
	font-size: 1.1em;
	color: #7c7c7c;
	display: block;
	padding: 8px 0 8px 5%;
	width: 95%;
	}
	#recursofijo p{
	font-size: 1.1em;
	display: block;
	padding: 0px 0 8px 5%;
	width: 95%;
	}

H1 {/*#titulo*/
	font-size:26px; line-height:26px;
	padding: 6px 0 0 0; color: #259086;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}
H2 {/*#subtitulo*/
	font-size:20px; line-height:20px;
	padding: 0 0 14px 0; color: #259086;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#contenido {
	min-height: 240px;
	height: auto !important;
	height: 240px;
	padding-bottom: 10px;
	width:100%;
	font-size:14px;
		/*AGREGAR EN STYLE_CONTENIDO, estilo body, td */
		color: #282828;
		font-family: Arial, Helvetica, sans-serif;
		/*FIN AGREGAR EN STYLE_CONTENIDO, estilo body */
	}
/*AGREGAR EN STYLE_CONTENIDO */
#contenido blockquote{
	padding: 0 0 0 40px;
}
#contenido ul{
	padding: 0 0 0 40px;
}
#contenido ol{
	padding: 0 0 0 40px;
}
#contenido li {
	margin-left:40px;
	_margin-left:26px;
}
#contenido a {
	color: #259086;
}
#contenido a:hover {
	color: #282828;
}
#contenido p{ margin: 0; padding: 0}
/*FIN AGREGAR */

	#contenido .fila {
		padding-bottom:8px;
		width:100%;
	float:left;
	_float:none;
	}
	#contenido .filadestacada {
		padding-bottom:8px;
		width:100%;
	float:left;
	_float:none;
	background-color:rgb(230,230,230)
	}

	#contenido .textomensaje {
		padding:4px 8px 4px 8px;
		background: #FFCC00;
		font-weight: bold;
	}
	#contenido .filamensaje {
		clear: both;float:left;
		width:100%;
		min-height: 24px;
		height: auto !important;
		height: 24px;
		padding-bottom:8px;
		padding-top:6px;
		text-align: center;
	}
	#contenido .filaaviso {
		clear: both;float:left;
		width:100%;
		min-height: 24px;
		height: auto !important;
		height: 24px;
		text-align: center;
		padding-top:14px;
	}

	#contenido form{
		padding-top:20px;
	}
	#contenido form a {}
	#contenido form .boton {
		float: left;
		margin-top:5px;
		background-color: #42A4A7;
		border: #7F9DB9 solid 1px;
		color:#FFFFFF;
		margin:8px 8px 0 0;
		padding: 2px 8px 2px 8px;
		text-decoration:none;
		margin-right:10px;
		font-weight: 600;
	}
	#contenido form .boton:hover {
		color:#FFFFFF;
		text-decoration: underline;
	}
	#contenido form p {
		float: left;
		width:97px;
		padding-right: 8px;
		text-align:right;
		padding-top:2px;
	}
	#contenido .textoadicional{
		float: left;
		padding-right: 8px;
		text-align:right;
		padding-top:2px;
		color: #999999
	}
	#contenido .text{
		float: left;
		min-height: 16px;height: auto !important;height: 16px;
		vertical-align:middle;
		padding:2px;
		margin-right:8px;
		font-size:10pt;font-family:Arial, Helvetica, sans-serif;
		width: 350px;
	}
	#contenido .checkbox{
		float: left;
		min-height: 16px;height: auto !important;height: 16px;
		vertical-align:middle;
		margin-right:8px;
	}
	#contenido .select{
		float: left;
		margin-right:8px;
		height:20px;vertical-align:middle;
		font-size:10pt;font-family:Arial, Helvetica, sans-serif;
	}
	#contenido .textarea{
		float: left;
		height: 132px;
		width: 350px;
		padding:2px;margin-right:8px;
		font-size:10pt;font-family:Arial, Helvetica, sans-serif;
	}
	#contenido .file{
		float: left;
		padding:2px;margin-right:8px;
		font-size:10pt;font-family:Arial, Helvetica, sans-serif;
	}
