@charset "UTF-8";

/**** CSS BY: nelsonmorales@rocketmail.com ****/
/**** 2009 ****/


body {
	margin:0;
	padding:0;
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #EBEBED url(img/bg.jpg) top repeat-y;
}
h1, h2, h3, ul, li, p, hr, blockquote, cite, label, input, dl, dt, dd {
	margin:0;
	padding:0;
}

a {
	color:#02365B;
	text-decoration: none;
}
a:hover {
	color:#BEEAFC;
}
p {
	color: #00479D;
	padding: 0 0 15px 10px;
	width: 400px;
	text-align:justify;
}
img {
	border: none;
}

h1 {
	position: absolute;
	width:250px;
	height:80px;
	top: 15px;
	left: 663px;
	z-index:10;
}
h1 a {
	width:194px;
	height:120px;
	display:block;
}
h1 a span {
	display:none;
}
h2 {
	color:#00478C;
	padding: 0 0 20px 10px;
	font-size: 21px;
	width: 400px;
	text-transform:uppercase;
}
h3 {
	color:#00478C;
	font-size: 15px;
	padding: 0 0 0 140px;
}

.subtitulo {
	color:#00478C;
	font-size: 15px;
	padding: 0 0 0 10px;
}

.titulo {
	color:#00478C;
	font-size: 15px;
	padding: 0 0 0 0px;
	font-weight:bold;
}
.texto , .texto form table tr td{
	color:#00478C;
	font-size: 11px;
	padding: 0 0 0 0px;
}

hr {
	border:none;
	border-top: #357BAF 1px dotted;
	width: 100%;
	clear: both;
	height:20px;
}

/**** FOR HOME ****/

#container {
	width: 922px;
	margin: 0 auto;
	padding:0px;
	position:relative;
	border: #FFFFFF solid 8px;
	background:#0092D1 url(img/bg_container.jpg) top left repeat-y;
}
form {
	font-size:11px;
	color:#FFFFFF;
}
form a {
	text-decoration:underline;
}
form a:hover {
	text-decoration: none;
}
	
#login {
	position:absolute;
	top:210px;
	left:742px;
	width:180px;
}




blockquote {
	width:180px;
	color:#FFFFFF;
}
cite {
	position:absolute;
	left: 770px;
	top: 130px;
}
#header {
	width:922px;
	height:310px;
	background: url(img/header.jpg) top no-repeat;
}
#breadcrumb {
	height: 50px;
	margin-left: 260px;
	padding-top: 10px;

}
#breadcrumb ul li {
	display:inline;
}
#breadcrumb ul li a {
	color: #CCCCCC;
	font-size: 9px;
}

#breadcrumb ul li a:hover {
	color: #FFFFFF;
}
#banner {
	width:425px;
	height:240px;
	float: left;
}
#menu {
	position: relative;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:left;
	width:200px;
	text-align:center;
	line-height: 34px;
	font-weight:normal;
}
#menu ul li {
	display:block;
	list-style: none;
}
#menu ul li a {
	color:#FFFFFF;
}
#menu ul li a:hover {
	color: #8AC7FC;
}

#contents {
	width:590px;
	min-height: 300px;
	background: #FFFFFF url(img/rule.gif) left repeat-y;
	position: relative;
	left: 105px;
	float: left;
	padding: 20px;
}
#contents img {
	clear: right;
	margin-bottom: 20px;
}

.contents_banner_prin{
	width: 265px;
	height: 114px;
	position: relative;
	float: right;
	padding: 6px;
	display:inline;
}
.contents_banner_prin img {
	float:left;
	padding-left: 0 0 0 0;
}

.contents_home {
	width: 265px;
	height: 114px;
	background: url(img/bg_contents_home.png) top no-repeat;
	position: relative;
	float: right;
	padding: 6px;
	display:inline;
}
.contents_home img {
	float:left;
	padding-left: 6px;
	padding-right: 6px;
}




.contents_home p,
.subhome p {
	/*padding: 10px 6px 0 100px;*/
	color: #000000;
	width: 240px;
	text-align:justify;
	
}
.contents_home a,
.subhome a {
	padding: 3px 25px 3px 3px;
	color:00479D;
	font-size:9px;
	background: url(img/eye.gif) 220px no-repeat;
	display:block;
	text-align:right;
	font-weight:bold;
}
.contents_home a:hover,
.subhome a:hover {
	color:#1198D4;
}



#contents dl {
    color:#666666;
    padding: 0px 0px 0 10px;
    height:40px;
}

#contents dl dt{
    color:#666666;
    width:200px;
    float:left;
    height:40px;
	font-size:14px;
}

#contents dl dt img{
    float:left;
    margin-right: 10px;
    border:none;
}


#contents dl dd{
    float:left;
    height:40px;
}

#contents dl dd img{
    float:left;
    border:none;
}


.subhome img {
	margin: 0 0 20px 0;
}

#footer {
	margin: 0 auto;
	height:20px;
	color:#00479D;
	font-size:10px;
	text-align:center;
	line-height: 18px;
}
#footer li {
	display:inline;
	padding: 0 10px;
}
#footer li a {
	color: #CCCCCC;
}
#footer li a:hover {
	color: #FFFFFF;
}

input {
	width:100px;
	height:20px;
	background:#0685C8;
	border:#42B2DF 1px solid;
}

label {
	font-size:11px;
	display:block;
	text-align: right;
	padding-bottom: 2px;
	width: 150px;
}
label.ir {
	position:absolute;
	top: 30px;
	left: 144px;
	float:left;
	width: 30px;
}
label.ir input {
	width:20px;
	background-color:#7DC8E7;
	font-size: 10px;
	font-weight:bold;
	color: #00479F;
}




/**** DETAILS ****/

#container.details {
	background-color: #FFFFFF;
	background-image: none;
}
#menu.details ul li a {
	color: #00479D;
}
#menu.details ul li a:hover {
	color: #8AC7FC;
}


#container.details #contents {
	left: 0px;
}


#container.details form, 
#container.details blockquote {
	color:#A0BFDC;
}

#container.details input {
	background: #FFFFFF;
	border:#A0BFDC 1px solid;
}

#container.details label.ir input {
	background-color:#A0BFDC;
	color: #FFFFFF;
}

#contents a, #contents a:visited, #contents a:link {
	font-size:14px;
	padding: 0 0 0 10px
}

#contents p {
	color: #00479D;
	padding: 0 0 15px 10px;
	width: 400px;
	font-size:12px;
	text-align:justify;
}

#contents ul.otrasnoticias{
	list-style:none;
	
}

#contents ul.otrasnoticias li{
	height:25px;
	padding-left:15px;
	
	padding-top:10px;
	background: url(img/eye.gif) 0px no-repeat;


}


.encuesta ul.resultados {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:circle;
	float:left;
	width:400px;
	padding-top:20px;
}
.encuesta ul.resultados li {
	display:block;
	margin-bottom:2px;
	float:left;
	padding-right:10px;
	width:260px;
	font-size:12px;
}

.encuesta ul.resultados li img{
    float:left;
	margin-right:10px;
}



.tableCitas tr{
	height:30px;
	
}

.tableCitas tr td{
	vertical-align:top;
}

.classsinmangen{
	margin-bottom:0px;
}
.rojo{
	color:#FF0000;
}

.encuesta{
	background:none;
	background-image:none;	
}

.encuesta form{
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	color:#000000;
}

.encuesta form input{
	border: 0px solid #FFFFFF;
}

#formEncuesta{
	font-family: Myriad, Myriad Pro, Arial, Helvetica, sans-serif;
	color:#000000;
}


/**** SHARED ****/

.clear {
	clear:both;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}




/*.trans {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/transparent.png', sizingMethod='image/scale/crop');
} */