@charset "utf-8";
.contenblan {
	border: thin solid #666666; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.titulo14 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.recuadro {
	margin: 3px;
	padding: 5px;
	background-color: #F7EAEA;
	background-image: url(img/009_2.jpg);
	width: 200px;
	border: thin solid #666666;
	float: left;
}
.justificado {
	text-align: justify;
	padding: 2px;
}
.subtitBlaVer {
	color: #FFF;
	font-weight: bold;
	padding: 0px;
	background-position: center;
	font-size: 14px;
	line-height: 125%;
	text-align: center;
	background-color: #690;
	border: 1px solid #CCC;
}

.centrado {
	text-align: center;
	vertical-align: middle;
}

.contenf1 {
	border: thin solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEEFDF;
	background-image: url(img/usuales/007_3.jpg);
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.contenf2 {
	border: thin solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEEFDF;
	background-image: url(img/usuales/066_2.jpg);
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.subraya {
	color: #333300;
	text-decoration: underline;
	font-weight: bold;
	text-indent: 5px;
	white-space: nowrap;
	padding: 1px;
}
pre {
	font-size: small;
	background-position: center;
}

.titulo16 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.subtitulo {
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	padding: 1px;
	background-color: #CCCCCC;
	background-position: center;
	font-size: 12px;
	line-height: 125%;
	text-align: center;
}


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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #666666;
	background-image: url(img/usuales/fondo2.png);
	text-decoration: none;
}
.sinlaterales {
	clear: both;
	float: left;
}
.subtit {
	color: #663366;
	font-weight: bold;
	padding: 1px;
	background-position: center;
	font-size: 12px;
	line-height: 125%;
	text-align: center;
}
.subtitVer {
	color: #417644;
	font-weight: bold;
	padding: 1px;
	background-position: center;
	font-size: 12px;
	line-height: 125%;
	text-align: center;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333300;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 140%;
}
.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;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
	margin: 2px;
	padding: 0px;
	text-align: center;
	background-image: url(img/usuales/arrow_32.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.oneColFixCtrHdr #container {
	width: 90%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEEFDF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	border-bottom-style: ridge;
	background-color: #6B9BD6;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #BEEFDF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	border-top-style: groove;
	background-color: #DDDDDD;
	background-image: url(Img/piebg.png);
}
.parrafo {
	text-align: justify;
	text-indent: 15px;
	white-space: normal;
	display: block;
	padding: 5px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.noticia {
	background-color: #85E0C2;
	border: thin none #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.noticia140-01 {
	background-color: #ACEAD6;
	border: thin solid #666666;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	height: 150px;
	overflow: auto;
}
.noticia140-02 {
	background-color: #ABEBBB;
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	overflow: auto;
	height: 150px;
}
.noticia140-03 {
	background-color: #8BE2C6;
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 150px;
	overflow: auto;
}
.noticia180-01 {
	background-color: #ACEAD6;
	border: thin solid #666666;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px;
	height: 190px;
	overflow: auto;
}
.noticia180-02 {
	background-color: #ABEBBB;
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 190px;
	overflow: auto;
}
.noticia180-03 {
	background-color: #8BE2C6;
	border: thin solid #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 190px;
	overflow: auto;
}
.pieheader {
	background-image: url(Img/piebg.png);
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #900;
	line-height: 140%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 140%;
	background-image: url(img/usuales/arrow_118.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333300;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 140%;
	background-image: url(img/usuales/arrow_32.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000066;
	margin: 2px;
	padding: 0px;
	text-align: center;
}


.recder01 {
	background-color: #ACEAD6;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 210px;
	padding-bottom: 5px;
	border: thin solid #333333;
	margin-right: 5px;
}
.centrado {
	text-align: center;
	vertical-align: middle;
}

.recder02 {
	background-color: #ABEBBB;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 210px;
	padding-bottom: 5px;
	border: thin solid #333333;
	margin-right: 5px;
}
.imgizq160x120 {
	background-color: #E4E4E4;
	float: left;
	margin-right: 20px;
	height: 160px;
	width: 120px;
}
.imgder160x120 {
	background-color: #E4E4E4;
	float: right;
	margin-left: 20px;
	height: 160px;
	width: 120px;
}
.imgizq120x160 {
	background-color: #E4E4E4;
	float: left;
	margin-right: 20px;
	height: 120px;
	width: 160px;
}
.imgder120x160 {
	background-color: #E4E4E4;
	float: right;
	margin-left: 20px;
	height: 120px;
	width: 160px;
}
.imgizqH320XW240 {
	background-color: #E4E4E4;
	float: left;
	margin-right: 20px;
	height: 260px;
	width: 320px;
}

a:link {
	color: #333333;
}
a:hover {
	background-color: #FFCC00;
}
.contenedor {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEEFDF;
}
.imgizq {
	background-color: #E4E4E4;
	float: left;
	margin-right: 15px;
}
.imgder {
	background-color: #E4E4E4;
	float: right;
	margin-left: 20px;
}
.contenclaro {
	border: thin solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #BEEFDF;
	background-image: url(Img/009_2.jpg);
	margin-top: 3;
	margin-bottom: 3;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.titulo12 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #993333;
}
