@import "reset.css";
@import "btn.css";
@import "modulos.css";

html,body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../img/back.gif);
}
#container {
	width:760px;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	height: auto;
	min-height: 100%;
}
#header {
	background-image: url(../img/header/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 116px;
	margin-bottom: 0px;
}
#header_menu {
	position: relative;
	left: 175px;
	top: 88px;
	width: 400px;
}
li.header_menu_final {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header_menu li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#header_menu  li a {
	color: #0a5785;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#plantilla_1 {
	float: left;
	width: 100%;
	background-image: url(../img/plantilla_1_back.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#menu_lateral {
	width: 171px;
	float: left;
}
#menu_lateral a {
	margin-bottom: 3px;
}
#menu_lateral img {
	margin: 0px;
	padding: 0px;
}
#contenido {
	float: left;
	width: 554px!important;
	width: 545px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 24px;
}
#contenido #columna_texto {
	width: 380px!important;
	float: left;
}
#contenido #columna_texto_2 {
	width: 530px;
}
#titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #E6E6E6;
}

#contenido #barra_DE {
	float: right;
	width: 145px!important;
	width: 135px;
}
#contenido #barra_DE a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #4076bc;
}
#contenido #barra_DE a:hover {
	text-decoration: underline;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #546575;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	float: left;
	width: 100%;
}
#footer #footer_text {
	padding: 10px;
}



.img_estilo1 {
	padding: 2px;
	border: 1px solid #b7ad97;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
h1 {
	color: #407697;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
h1 a {
	color: #666666;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
h1  a:hover {
	color: #407697;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-decoration: underline;
}
h2 {
	color: #407697;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 17px;
	padding-bottom: 7px;
}

h3 {
	color: #555555;
	font-size: 10px;
	font-family: verdana;
	font-weight: normal;
	line-height: 14px;
	border-width: 0;
}

h4 {
	color: #FF6600;
	font-size: 10px;
	font-family: verdana;
	font-weight: bold;
	line-height: 13px;
	margin: 0;
	padding: 0;
	border-width: 0;
}

h6 {
	color: #9A8B6D;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 15px;
	margin-bottom: 3px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}





p {
	color: #545454;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: normal;
}
#contenido ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #545454;
}
#contenido  ul li {
	margin-bottom: 12px;
	margin-top: 3px;
	background-image: url(../img/body/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
#contenido  ul  li ul {
	margin-left: 3px;
}
#contenido  ul  li  ul li {
	margin-top: 3px;
	margin-bottom: 3px;
	background-image: none;
}

/*img {
	margin-bottom: 10px;
}*/
a  {
	color: #FF6600;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 17px;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 17px;
	text-decoration: underline;
}
.tabla_1 {
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.tabla_1 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #545454;
	padding-top: 3px;
	padding-bottom: 3px;
}
#resolucion td {
	vertical-align: top;
	padding-left: 10px;
	text-align: justify;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #407697;
	font-size: 12px;
	font-weight: bold;
}
.titulo_resolucion {
	color: #407697;
	margin-bottom: 5px;
	text-decoration: underline;
	display: block;
}
#tab_fechas {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#tab_fechas tr td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #CECECE;
	color: #666;
}
#tab_fechas tr th {
	padding: 4px;
	color: #666;
	background-color: #D4D4D4;
}
.titulo {
	font-size: 11px;
}
.color {
	background-color: #E0E0E0;
	color: #666;
}

#tab_fechas{
	border-collapse:collapse
	}
.color1 {
	background-color: #E0E0E0;
	color: #666;
}
.x {
	color: #438FAF;
	font-size: 12px;
}
