@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE;
	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: #000000;
	border: 1px none #CCCCCC;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input {
	border: 1px solid #999999;
}
hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #container #banner_big {
	background-image: url(img/bg_banner_mid.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	width: 500px;
	padding: 15px;
}
.twoColFixRtHdr #container #banner_big img {
	margin-left: 20px;
}
.twoColFixRtHdr #container #header {
	background: #FFF;  /* 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. */
} 
.twoColFixRtHdr #container #header h1 {
	height: 180px;
	margin: 0;
}
.twoColFixRtHdr #container #header h1 span {
	display: none;
}
.twoColFixRtHdr #container #header #menu {
	background-color: #F1D150;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F7E59C;
	text-decoration: none;
	font-weight: bold;
	background-image: url(img/border_tc_yellow.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding: 1px;
}
.twoColFixRtHdr #container #header #menu ul {
	display: block;
	margin: 10px 0px 0px;
}
.twoColFixRtHdr #container #header #menu li {
	display: inline;
}
.twoColFixRtHdr #container #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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: #FFFFFF;
	padding-top: 10px;
}
.twoColFixRtHdr #container #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #sidebar1 #anuncio {
	text-align: center;
	margin-top: 20px;
}
.twoColFixRtHdr #container #sidebar1 .banner_small {
	background-image: url(img/bg_banner_peq.gif);
	background-position: center center;
	height: 185px;
	width: 185px;
	padding: 5px;
	background-repeat: no-repeat;
	margin-left: 25px;
}
.twoColFixRtHdr #container #sidebar1 .banner_small img {
	margin-top: 15px;
}
.twoColFixRtHdr #container #sidebar1 .cuadro .recortes a {
	font-size: 12px;
}
.twoColFixRtHdr #container #sidebar1 .cuadro .recortes .sub {
	font-size: 10px;
}
.twoColFixRtHdr #container #mainContent {
	margin: 30px 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
} 
.twoColFixRtHdr #container #mainContent li {
	list-style-image: url(img/arrow_li_orange.gif);
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 18px;
}

.twoColFixRtHdr #container #mainContent h3 {
	color: #000000;
	background-color: #EEE;
	border: 5px solid #F0F0F0;
	font-size: 14px;
	display: block;
}
.twoColFixRtHdr #container #mainContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 7px;
}
.twoColFixRtHdr #container #mainContent  a {
	text-decoration: none;
	font-weight: bold;
	color: #069;
}
.twoColFixRtHdr #container #mainContent  a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}
.twoColFixRtHdr #container #mainContent #bloque {
	background-color:#FFFFFF;
	width: 500px;
	margin-bottom: 20px;
	float:left;
}

.twoColFixRtHdr #container #mainContent #bloque #secciones img {
	border: 1px solid #CCCCCC;
}
.twoColFixRtHdr #container #mainContent #bloque #secciones a {
	text-decoration: none;
	color: #069;
	font-size: 12px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #mainContent #bloque #secciones ul {
	margin-left: -5px;
}
.twoColFixRtHdr #container #mainContent #bloque #secciones li {
	list-style-image: url(img/arrow_book_yellow.gif);
	margin-bottom: 3px;
}
.twoColFixRtHdr #container #mainContent #bloque h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #mainContent #bloque h1 {
	font-size: 18px;
}
.twoColFixRtHdr #container #mainContent #listadoNoticias .recortes2 .titulo {
	font-weight: bold;
}

.twoColFixRtHdr #container #mainContent .cuadro_big {
	width: 500px;
	float:left;
}
.twoColFixRtHdr #container #mainContent .cuadro_big a {
	color: #333;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent .cuadro_big a:hover {
	color: #000;
	text-decoration: underline;
}
.twoColFixRtHdr #container #mainContent .cuadro_big ul {
	list-style-image: url(img/arrow_green.gif);
	list-style-type: disc;
	font-size: 10px;
}
.twoColFixRtHdr #container #mainContent .cuadro_big li {
	margin-bottom: 5px;
}
.twoColFixRtHdr #container #mainContent .cuadro_big form {
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixRtHdr #container #mainContent .cuadro_big .cuadro_big .recortes {
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
.twoColFixRtHdr #container #mainContent .cuadro_big .cab_cuadro_big h3 {
	font-size: 18px;
}
.twoColFixRtHdr #container #mainContent .cuadro_big .cab_cuadro_big span {
	color: #333333;
}
.twoColFixRtHdr  #container  #mainContent .cuadro_big .cuadro_big .recortes h4 {
	font-size: 12px;
	margin-top: -15px;
	color: #333333;
}
.twoColFixRtHdr #container #mainContent .cuadro_big .recortes a {
	text-decoration: none;
	color: #006699;
	font-size: 16px;
}
.twoColFixRtHdr #container #mainContent .cuadro_big .recortes .contenido a {
	font-size: 12px;
}
#header li a, #footer_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header li a:hover {
	color: #000000;
	text-decoration: none;
}
#header li a:visited, #header li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

	
/*********************************** Pie ***********************************/
#footer {
	margin: 0 auto;
	font-size: 10px;
	padding: 10px 50px;
	background-color: #FFFF99;
	color: #FF6600;
	}	
	
#footer-left {
	width: 300px;
	}

#footer-right {
	float: right;
	text-align: right;
	color: #FF9900;
	width: 300px;
	}

#footer-right a {
	color: #FF6600;
	text-decoration: none;
	border: none;
	}

#footer-right a:visited {
	color: #000;
	text-decoration: none;
	border: none;
	}

#footer-right a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #FF6600;
	}
#footer-shadow {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	background-image: url(../images/site-images/footer-s.gif);
}

.cuadro {
	width: 220px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(img/border_center_white.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.cuadro a {
	color: #333;
	text-decoration: none;
}
.cuadro a:hover {
	color: #000;
	text-decoration: underline;
}
.cuadro ul {
	list-style-image: url(img/arrow_yellow.gif);
	list-style-type: disc;
	font-size: 10px;
}
.cuadro li {
	margin-bottom: 5px;
}
.cuadro form {
	padding-right: 5px;
	padding-left: 5px;
}
.cuadro .recortes #cabnoticias h3 {
	margin-top: 0px;
}
.cuadro .recortes {
	padding: 5px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCC;
	background-image: url(img/border_center_white.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.cuadro .recortes h4 {
	font-size: 18px;
	margin-top: 0px;
	color: #000000;
	display: inherit;
	background-image: url(img/arrow_com_orange.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 5px;
}
.cuadro .recortes .sub {
	font-size: 14px;
	margin-top: -15px;
	color: #333333;
}
.cuadro .recortes a {
	text-decoration: none;
	color: #006699;
}
.cab_cuadro h3 {
	color: #FFFFFF;
	padding: 5px 0px 0px;
	margin-top: 0px;
	font-size: 12px;
	background-image: url(img/border_top_yellow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 220px;
}
.cab_cuadro span {
	padding: 5px;
}
.pie_cuadro{
	background-image: url(img/border_bottom_white.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 220px;
}
.rss {
	float: right;
	margin: 0 0 0 5px;
}
.rss a {
	border: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.boton{
	background-color: #FFCC00;
	color: #FFFFFF;
	background-image: url(img/border_tc_yellow.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}
.banner_small {
	text-align: center;
}
.s60{
	width:60%;
}
.sf50{
	width:50px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.ok_msg {
	font-size: 12px;
	background-color: #CCFFCC;
	background-image: url(img/ico_ok.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #006600;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #006600;
}
.err_msg {
	font-size: 12px;
	background-color: #FFCCCC;
	background-image: url(img/ico_error.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #CC0000;
}
.adv_msg {
	font-size: 12px;
	background-color: #FFFFC0;
	background-image: url(img/ico_att.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #FC4700;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #FC4700;
}
.info_msg {
	font-size: 12px;
	background-color: #B9DCFE;
	background-image: url(img/ico_info.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-align: left;
	display: block;
	color: #003A92;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 25px;
	border: 1px solid #003A92;
}
.help_msg {
	font-size: 12px;
	background-color: #B9DCFE;
	background-image: url(../img/help.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #003A92;
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 25px;
	border: 1px solid #003A92;
}
.msg{
	font-weight: normal;
	color: #000;
}
.obligado {
	color: #CC0000;
}
.ante{
	font-size: 12px;
	color: #666666;
	margin-bottom: -8px;
}
.titulo{
	font-size: 18px;
	color: #006699;
}
.sub{
	color: #000000;
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
}
.contenido{
	font-size: 12px;
	text-align: justify;
}
.fecha{
	font-size: 12px;
	color: #666666;
	margin-bottom: -15px;
}
