* {
	margin: 0;
	padding: 0;
}

body {
background: #ccffff url(images/bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 700px;
}

#header {
height: 162px;
background: #ccffff url(images/header.jpg) no-repeat;
text-align: right;
}



#content {
background: #ccffff url(images/content.jpg) repeat-y;
padding: 0 20px;
}

.right {
float: left;
width: 400px;
text-align: justify;
margin-right: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.right img { padding: 10px;
}
.left {
float: right;
width: 135px;
margin-right:10px;
background-color:#FFC;

}
.left a {
	margin: 10px;
text-align:center;
color: #FD9A01;
font-size: 11px;
text-decoration:none;
display: block;
border-width: 1px;
border-style: solid;

}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left h3 {
margin: 10px 0 0 0;
padding:10px;
text-align:center;
height: 20px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
#textos {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #222;}

#textos h3 h2 h1 {font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #222;}

#menu {
width: 140px;
background: #FFF;
float:left;
}


.articles { padding: 10px; font-family:Arial, Helvetica, sans-serif; font-size:12px; }


#titulo {
	float:right;
	background-image:url(images/bgtit.jpg);
	background-repeat:repeat-x;
	color: #006;
	text-transform: uppercase;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:23px;
	width:280px;
	text-align:center;
display: block;
border-width: 1px;
border-style: solid;
}

#tituloentidad {
	float:right;
	background-image:url(images/bgtit.jpg);
	background-repeat:repeat;
	color:#006;
	text-transform: uppercase;
	margin-right:10px;
	margin-top:15px;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:46px;
	width:380px;
	text-align:center;
display: block;
border-width: 1px;
border-style: solid;
}

#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding-bottom: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }

/* Noticias */

#nts_titulo
{ 
padding-left: 10px;
padding-right: 10px;
text-align:left;
font-weight:bold;
color:#FEAD1D;
}


#nts_titulo a{
	padding: 3px 1px;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
	color: #FEAD1D;
}

#nts_titulo a:hover{
	background-color: #FEAD1D;
	color: #000;
}

#nts_fecha
{ 
padding-left: 10px;
padding-right: 10px;
text-align:left;
font-size:10px;
font-weight:bold;
font-style:italic;
}

#nts_previo
{ 
text-align:justify;
padding-left: 10px;
padding-right: 10px;
}

#error
{ 
text-align:center;
color:#FF3333;
font-size:16px;
font-weight:bold;
padding-top: 10px;
padding-bottom: 100px;
}

#consulta_txt
{
text-align:justify;
padding-left: 10px;
padding-right: 10px;
font-size:14px;
padding-top: 5px;
padding-bottom: 5px;
}

#consulta_txtb
{
background-color:#FD9A01;
background-image:url(images/bgorange.jpg);
background-repeat:repeat;
text-align:center;
padding-left: 10px;
padding-right: 10px;
font-size:16px;
padding-top: 5px;
padding-bottom: 5px;
font-weight:bold;
}

hr.linea {
width:100%;
height:0px;/*solo queremos borde*/
text-align:left;
border-top:0px;/*quita el grosor extra de Opera y FFox*/
border-bottom:#FEAD1D dashed 1px;
} 