@charset "UTF-8";
html {font-size: 100%;}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	background-image: url(../_fondos/rotate.php);
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color: #666666;
	background-repeat: repeat;
}
#contenedor  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../interfaz/columna.gif) repeat-y left;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#cabecera  {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 180px;
	padding: 0px;
} 
#cabecera h1 {
	margin: 0px;
	padding: 0px;
	line-height: 2ex;
}
#titulo {
	float: left;
	width: 250px;
	background-color: #CCCCCC;
	padding: 10px 20px 20px;
	height: 150px;
}
#menu {
	margin: 0px 0px 0px 290px;
	padding: 1px 5px 5px;
}
#menu  ol {
	float: left;
	list-style-type: none;
	margin-left: -10px;
	font-size: small;
}
#menu ul {
	font-size: x-small;
	list-style-type: none;
	margin-left: 330px;
	margin-top: 15px;
}
.extra {
	margin-top: 10px;
}
#columna1  {
	float: left; /* since this element is floated, a width must be given */
	width: 255px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 15px 15px 20px; /* padding keeps the content of the div away from the edges */
	font-size: small;
	overflow: hidden;
}
#columna1 h2 {
	margin: 0px;
	padding: 0px;
	line-height: 2ex;
	font-size: medium;
}
#columna1 ul {
	margin-left: 15px;
	padding-left: 0px;
}
#columna1  li {
	margin-bottom: 10px;
}
#columna1 h3 {
	font-weight: normal;
	font-size: small;
}
#contenido  {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 290px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.750em;
} 
#contenido   h3 {
	margin: 0px;
	padding: 0px;
}
#contenido h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#contenido p {
	margin: 5px 0px 20px;
}
#pie  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	margin-top: 20px;
} 
.flota_izq { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.flota_izq_varias {
	float: left;
	margin-right: 15px;
	margin-bottom: 0px;
	width: 150px;
}
.flota_izq_varias img {
	margin-bottom: 10px;
}
.limpia_flotas { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}
#pie small {
	font-size: x-small;
}
#pie img {
	float: left;
	padding: 2px 5px 1px 0px;
}
a:link {
	text-decoration: none;
	color: #996600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #825600;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}
a:active {
	color: #CC9900;
	text-decoration: none;
}
.submenu  {
	margin: 10px 0px 0px 15px;
	line-height: 1em;
	padding: 0px;
}
.error {
	color: #CC3333;
}
.ok {
	color: #339900;
}
#contenido table {
	width: 100%;
	font-size: x-small;
	margin-bottom: 20px;
	overflow: hidden;
}
#contenido li {
	margin-left: -15px;
}
#contenido th {
	background-color: #BBB;
	font-size: small;
	padding: 10px;
	vertical-align: top;
	text-align: center;
}
#contenido td {
	padding: 5px;
	vertical-align: top;
	background-color: #EBEBEB;
}
#contenido caption {
	font-size: medium;
	border-top: 2px solid #BBB;
	padding: 5px;
}
#contenido .alfabetico {
	list-style-type: upper-alpha;
}
.sub  {
	margin-left: -28px;
}
#contenido small {
	font-size: x-small;
}
.azul {
	color: #669999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cuatrocientos {
	width: 375px;
	margin: 0px;
	padding: 10px;
	background-color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pizqui {
	border: thin dashed #E3E3E3;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	text-align: left;
	font-style: italic;
	clear: none;
}
.titulos {
	font-weight: bold;
	color: #33CCCC;
	font-size: 1em;
	overflow: auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 430px;
	margin: 0px;
	text-align: center;
	vertical-align: bottom;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0px;
	letter-spacing: 3px;
}
.resalte {
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	font-size: small;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-color: #CC0000;
	margin-top: 13px;
	margin-bottom: 13px;
}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	color: #000033;
}
h3 {
	font-size: 1em;
	color: #666666;
}
h4 {
	font-size: 0.9em;
}
hr {
	font-size: 80%;
	color: #CCCCFF;
}
#contenedor  #contenido  hr {
	font-size: 200px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #669999;
	border-right-color: #669999;
	border-bottom-color: #669999;
	border-left-color: #669999;
	margin: 0px;
	padding: 0px;
}
#contenedor #contenido h2 {
	background-color: #FFFFFF;
	text-align: center;
	padding-bottom: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003399;
	padding-top: 0px;
	font-size: small;
	font-style: normal;
}
.blink {
	text-decoration: blink;
	color: #CC0000;
}
#buscador {
	color: #FFCC99;
	height: 20px;
	background-color: #CCCCCC;
	margin: 0px;
}
.pcentrado {
	text-align: justify;
	margin-right: 20px;
	letter-spacing: normal;
	padding-right: 3px;
}
.cursiva {
	font-style: italic;
	color: #333333;
	font-size: x-small;
}
