body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
/*calendario*/
a{
	text-decoration:none;
	color:#ffffff;
}
.los_inputs{
	border:1px;
	border-style:solid;
	border-color:#4a4c63;
	color:#4a4c63;
	text-valign: top;
	}

a:hover{
	text-decoration: none;
}
img {
	border:0px;
}
.avance3{
       font-family: Verdana, sans-serif;
       font-size:12px;
       color:#787978;
}
textos,a{
	font-family: Trebuchet ms;
	font-size:10px;
	color:#888988;
}
.textos2{
       font-family: Trebuchet ms;
       font-size:11px;
       color:#57628f;
}
.textos3{
       font-family: Trebuchet ms;
       font-size:15px;
       color:#a27685;
       font-weight: bold;
       margin-left: 10px;
}
.titulo_thumbs{
       font-family: Trebuchet ms;
       font-size:10px;
       color:#a5ad86;
       padding-left: 8px;
}
.texto_thumbs{
       font-family: Trebuchet ms;
       font-size:10px;
       color:#838383;
       padding-left: 8px;
}
.titulo_resumen{
	font-family: Trebuchet ms;
 	font-size: 11pt;
	font-weight: bold;
 	color:#d9a904;
	text-align: justify;
	margin-left:10px;
	margin-right:10px;
}
.texto_resumen{
	font-family: Trebuchet ms;
 	font-size: 9pt;
 	color:#858585;
	text-align: justify;
	margin-left:10px;
	margin-right:10px;
}
.titulo_resumen2{
	font-family: Trebuchet ms;
 	font-size: 10pt;
	font-weight: none;
 	color:#d9a904;
	text-align: justify;
}
.texto_resumen2{
	font-family: Trebuchet ms;
 	font-size: 8pt;
 	color:#858585;
	text-align: left;
	text-decoration: none;
}
.numero{
	font-family: Trebuchet ms;
	font-size: 10px;
	color: #858585;
	padding-left: 25px;
	padding-right: 25px;	
}
.nume{
	font-family: Trebuchet ms;
	font-size: 10px;
	color: #858585;
	padding-left: 25px;
}
.numer{
	font-family: Trebuchet ms;
	font-size: 11px;
	color: #858585;


	
}
.enviar_ar{
	font-family: Trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	padding-left: 10px;
}
.input_enviar{
	font-family: Trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	padding-left: 10px;
}
.titulo_enviar{
	font-family: Trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #858585;
	padding-left: 40px;
}
.noticias{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #7f7B7A;
	text-decoration: none;
	text-indent: 5px;
	text-align: center;
}
.noticia{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-indent: 5px;
	text-align: center;
}
.noticia1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-indent: 5px;
	text-align: center;
}
.noticia2{
  font-family: Verdana;
  font-size: 10px;
	color: #AAAAAA;
	text-decoration: none;
	text-indent: 5px;
	text-align: right;
}
.noticia4{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #7F7B7A;
	text-decoration: none;
text-indent: 5px;
	text-align: left;
}
.fechanoticia{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
	color: #919191;
	text-decoration: none;
text-indent: 5px;
	text-align: right;
}
.fecha1{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
	color: #919191;
	text-decoration: none;
text-indent: 5px;
	text-align: right;
}
#calcontainer {
	position: absolute;
	left: 100px;
	top: 100px;
	width: 207px;;
	height: 202px;
	visibility: hidden;
}

#calcontainer table {
	width: 100%;
	margin: 0;
	border: 2px solid #CACED5;
}

#calcontainer thead img {
	border-width: 0;
	vertical-align: top;
}
* html #calcontainer thead img {
	vertical-align: middle;
}
/* pop_up*/
#calcontainer td, #calcontainer th {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #000;
	background: #94A0AE;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	width: 29px;
	padding: 0;
	white-space: nowrap;
}

#calcontainer th {
	color: #fff;
	background-color: #65707D;
	font-weight: normal;
}

#calcontainer td.calHighlightColor {
	background-color: #CDCDD3;
}

#calcontainer td.calMonth, #calcontainer td.calYear {
	width: 58px;
}
/*estilo de las letras del almanaque*/
#calcontainer a, #calcontainer a:link, #calcontainer a:visited, #calcontainer a:active {
	font: 11px Arial,Helvetica,Sans-serif;
	color: #57687B;
	text-decoration: underline;
}  
#calcontainer a:hover {
	color: #94A0AE;
}

#calcontainer td a.today, #calcontainer td span.today {
	font-weight: bold;
}
#calcontainer tbody span {
	height: 22px;
	line-height: 22px;
	display: block;
}

#calcontainer .disabled {
	color: #666;
	cursor: pointer;
}  

#calcontainer tbody a, #calcontainer tbody a:link, #calcontainer tbody a:visited, #calcontainer tbody a:active {
	height: 22px;
	width: 29px;
	line-height: 22px;
	display: block;
	text-align: center;
	vertical-align: middle;
}

#calcontainer tbody a:hover {
	background-color: #CDCDD3;
	color: #94A0AE;
}

#calcontainer tfoot a, #calcontainer tfoot a:link, #calcontainer tfoot a:visited, #calcontainer tfoot a:active {
}
#calcontainer tfoot td {
	width: 203px;
	background: #CACED5;
}
#calcontainer thead td a, #calcontainer thead a:link, #calcontainer thead a:visited, #calcontainer thead a:active {
	display: inline;
}

/* Calendar menu options */

#calcontainer thead ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#calcontainer thead li {
	font: 11px/1.2 Arial,Helvetica,Sans-serif;
}
#calcontainer thead ul li {
	/* This allows each li to line up next to each other on a single line */
	display: inline;
	/* This allows each item to be horizontal. */
	float: left;
}
#calcontainer thead ul ul {
	border: 1px solid #acacac;
	background: #fff;
	padding: 1px;
	position: absolute;
	display: none;
	text-align: left;
}
* html #calcontainer thead ul ul {
	padding: 0 1px 1px;
}
#calcontainer thead #cp_prevMonth a {
	width: 13px;
	background: transparent url(../images/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextMonth a {
	width: 13px;
	background: transparent url(../images/calup.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_prevYear a {
	width: 13px;
	background: transparent url(../images/caldown.gif) no-repeat 50% 0;
}
#calcontainer thead #cp_nextYear a {
	width: 13px;
	background: transparent url(../images/calup.gif) no-repeat 50% 0;
}

#calcontainer thead li a,#calcontainer thead li a:link,#calcontainer thead li a:active,#calcontainer thead li a:visited {
	display: block;
	text-align: center;
}
#calcontainer thead li li a,#calcontainer thead li li a:link,#calcontainer thead li li a:active,#calcontainer thead li li a:visited {
	text-align: left;
	height: 13px;
	vertical-align: middle;
}
* html #calcontainer thead li li a,* html #calcontainer thead li li a:link,* html #calcontainer thead li li a:active,* html #calcontainer thead li li a:visited {
	height: 15px;
}
#calcontainer thead li a, #calcontainer thead li a:link, #calcontainer thead li a:active, #calcontainer thead li a:visited {
	display:block;
	text-decoration: none;
}
* html #calcontainer thead li a, * html #calcontainer thead li a:link, * html #calcontainer thead li a:active, * html #calcontainer thead li a:visited {
	width: 100%;
}
#calcontainer thead li a span {
	text-indent: -1000px;
	overflow: hidden;
	display: block;
}

#calcontainer thead li li {
	display: block;
	float: none;
}
#cp_monthMenu {
	width: 87px;
}
#cp_months {
	width: 88px;
	height: 180px;
	text-align: left;
}
* html #cp_months {
	left: 15px;
	top: 18px;
	height: 184px;
}
* html #cp_months a {
	width: 86px;
}
#cp_yearMenu {
	width: 58px;
}
#cp_years {
	height: 105px;
	width: 55px;
	text-align: left;
}
* html #cp_years {
	left: 129px;
}
* html #cp_years a {
	width: 53px;
}

#calcontainer thead li li a, #calcontainer thead li li a:link, #calcontainer thead li li a:active, #calcontainer thead li li a:visited {
	display: block;
	font: 10px/1.2 verdana,Arial,Helvetica,Sans-serif;
	border: 1px solid #fff;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}
#calcontainer thead li li a:hover {
	background: #e3e3e3;
	border: 1px solid #acacac;
}
#calcontainer thead ul.open {
	display: block;
}

/* to make sure that the image is aligned properly */
img.cp_img {
	border-width: 0;
	vertical-align: top;
}
* html img.cp_img {
	vertical-align: text-bottom;
}

.tab-button	 { 
    width: 73px;
    height: 15px;
    font-weight: normal;
    background: transparent;
    border-top: 0px solid buttonhighlight;
    border-left: 0px solid buttonhighlight;
    border-bottom: 0px solid buttonhighlight;
    border-right: 0px solid buttonshadow;
    cursor: hand;
    padding-top: 1px;
    padding: 18;
}

.tab-body	{ 
    background: transparent;
    border-top: 0px solid buttonhighlight;
    border-left: 0px solid buttonhighlight;
    border-bottom: 0px solid buttonshadow;
    border-right: 0px solid buttonshadow;
    border-style: ridge;
    padding: 10;
    position: absolute;
    left: 177px;
    top: 626px;
    width: 250px;
    z-index:1;
    visibility: hidden;
}

dl.accordion-menu {
	margin: 0;
	padding: 0;
	width: 165px;
	background:white;
}

dl.accordion-menu dt.a-m-t {
	margin: 0;
	background-repeat: no-repeat;
	background-image: url(../images/f_columna2.jpg);
	height: 50px;
	width: 164;
	color: #ffffff;
	font-weight: bold;
	border: solid 0px;
	padding-top: 7px;
	text-align: center;
	
}

dl.accordion-menu dt.a-m-t-hover{
	background-repeat: no-repeat;
	background-image: url(../images/f_columna2.jpg);
	
}


dl.accordion-menu dt.a-m-t-down{
	border: 5px;
	border-right-color: transparent;
	border-bottom-color: transparent;
}





html.accordion-menu-js dt.a-m-t{
	cursor:pointer;
	zoom:1;
}

dl.accordion-menu dd.a-m-d {
	margin: 0;
	padding: 0;
	padding:0;
}

html.accordion-menu-js dd.a-m-d{
	display:none;
}


html.accordion-menu-js dd.a-m-d-expand {
	display:block;
}

html.accordion-menu-js dd.a-m-d-before-expand {
	display:block;
	position:relative;
	z-index:-1;
	opacity:0;
	height:auto !important;
	visibility:hidden;
	overflow:visible;
	border: 0px;
}


html.accordion-menu-js dt.a-m-t-expand {
	font-weight: bold;
	width: 163px;
	background-repeat: no-repeat;
	background-image: url(../images/f_columna3.jpg);
}

html.accordion-menu-js dd.a-m-d-anim {
	padding:0;
	overflow:hidden;
	display:block;	
	color: #9fa6ac;
	width: 162px;
	background-image: url(../images/f_columna1.jpg);
}

dl.accordion-menu dd.a-m-d .bd{
	font-family: Trebuchet ms;
	font-size: 12px;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 163px;
	border: 0px;
	color: #9fa6ac;
	background-image: url(../images/f_columna1.jpg);
}
 body, h1, h2 {
                font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
            }
            h1 {
                margin: 1em 0 1.5em;
                font-size: 18px;
            }
            h2 {
                margin: 2em 0 1.5em;
                font-size: 16px;
            }
            p {
                margin: 0;
            }
            pre, pre+p, p+p {
                margin: 1em 0 0;
            }
            code {
                font-family: "Courier New", Courier, monospace;
            }


/*estilo e imagenes para el rating*/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(../articulos/links/star_rating/images/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

/* SECOND STAR (ALREADY VOTED */


.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(../articulos/links/star_rating/images/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: url(../articulos/links/star_rating/images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
.voted {
	background: url(../articulos/links/star_rating/images/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	width: 130px;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#d9a904;
	font-weight:bold;
	}
.percentClass {
	/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
	/* Insert styles here for the votes display. Example (2 Votes) */
	}
.topRatedList {
	padding:0;
	margin:0;
	}
.topRatedList li {
	list-style-type:none;
	}



.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.image{
	border-left: thick #0000FF
}


