﻿/* CSS Document */
body, html, form, table{
/*background-color: #ffffff;*/
margin: 0;
padding: 0;
/*font-family:Arial, Helvetica, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
}

#container {
	padding-right: 8px;
	padding-left: 10px;
}

.img_lun {
	margin-top: 10px;
	margin-left: 10px;
}
/*
#text-below-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	position: relative;
	color: #cccccc;
	font-weight: bold;
	left: 10px;
}*/
#text-below-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	left: 10px;
}


/*
#text-below-header1 {
	color: #ffffff;
	font-size: 60%;
	letter-spacing: .05em;
	position: relative;
	top: -15px;
	left: 200px;
}*/

#text-below-header1 {
	color: #ffffff;
	font-size: 9px;
	letter-spacing: .05em;
	position: relative;
	font-weight: bold;
	/*left: 80px;*/
	text-align:right;
}

.table_header {
    background:url("/Style Library/Images/header_bg.jpg");
	background-repeat: repeat-x;
	color: #ffffff;
	width: 100%;
	height: 60px;
}

.table_subheader {
    background:url("/Style Library/Images/subheader_bg.gif");
	background-repeat: repeat-x;
	color: #ffffff;
	width: 100%;
}

.navright {
	color: #ffffff;
	font-size: 100%;
	padding-right: 10px;
	position: relative;
	top: 0px;
	letter-spacing: 0.5px;
}

.navright1 {
	color: #ffffff;
	font-size: 100%;
	padding-right: 10px;
	position: relative;
	top:-5px;
	letter-spacing: 0.5px;
}

.input_txt {
	font-size: 8pt;
	height: 15px;
	border: 1px solid #83878c;
	color: #000000;
	background-color:#ffffff;

}

.inputBox_style {
	width: 150px;
	font-size: 95%;
	height: 15px;
	border: 1px thin #ffffff;
	color: #000000;
	background-color:#ffffff;
}

.textArea_style {
	width: 150px;
	height: 50px;
	border: 1px solid #83878c;
	color: #000000;
	background-color:#ffffff;
	scrollbar-base-color: #83878c; 
	scrollbar-arrow-color: #83878c; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-face-color: #83878c; 
	scrollbar-shadow-color: #364580; 
	scrollbar-3dlight-color: #364580; 
	scrollbar-track-color: #B2B2B2; 
	scrollbar-darkshadow-color: #364580
	
}

.CommentArea_style {
	width: 150px;
	height: 50px;
	border: 5px solid #83878c;
	color: #000000;
	background-color:black;
}

.dropDown_style {
	font-size: 98%;
	border: 1px solid #83878c;
	color: #000000;
	background-color:#ffffff;
}

.checkBox_style {
	width: 20px;
	height: 20px;
}

.radioButton_style {
	width: 20px;
	height: 20px;
}

.input_btn {
	FONT-SIZE: 11px;
	BACKGROUND: url("/Style Library/Images/button-bg.gif") center center;
	CURSOR: hand;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
	left: auto;
	top: auto;
	height: 21px;
	border: 1px solid #000000;
	margin-left:2px;
	margin-right:2px;
}

td.adminheading
{
    color:#000000;
	font-family:verdana;
	font-size:14pt;
	font-weight:normal;
    padding: 4px 0px 4px 0px;
    float: left;
	border-bottom:1px solid;
	border-color:#000000;
	border-width:97%;
	width:98%;
}

td.Pageheading
{
    color:#000000;
	font-family:verdana;
	font-size:14pt;
	font-weight:normal;
    padding: 4px 0px 4px 0px;
    float: left;
	border-bottom:1px solid;
	border-color:#000000;
	border-width:97%;	
}
/*.navlinks:link {color: #ffffff; font-size: 120%; text-decoration: underline;}
.navlinks:visited {color: #ffffff; font-size: 120%; text-decoration: underline;}
.navlinks:hover {color: #ffffff; font-size: 120%; text-decoration: none;}
.navlinks:active {color: #ffffff; font-size: 120%; text-decoration: underline;}*/


.navlinks:link {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.navlinks:visited {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.navlinks:hover {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navlinks:active {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#navlinks1:link,#navlinks2:link,#navlinks3:link,#homelink:link {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#navlinks1:visited,#navlinks2:visited,#navlinks3:visited,#homelink:visited {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

#navlinks1:hover,#navlinks2:hover,#navlinks3:hover,#homelink:hover {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navlinks1:active,#navlinks2:active,#navlinks3:active,#homelink:active {
	color: #ffffff;
	font-size: 9pt;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.tbl-supp {
	position: relative;
	z-index:11;
	/*background-image: url(../images/trans_bg.gif);
	background-repeat: repeat-x;*/
}

.tbl-textlinks {
	position: relative;
	z-index: 0; 
}

.td_tbl-textlinks {
    background:url("/Style Library/Images/center_textlinks.gif");
	background-repeat: repeat-x;
	height: 55px;
	width: 100%;
	color: #b6b6b6;
	font-size: 75%;
	letter-spacing:.5px;
	line-height: 20px;
	text-align:justify;
}

.bclinks:link {	color: #010265;	text-decoration: underline;}
.bclinks:visited {color: #010265;text-decoration: underline;}
.bclinks:hover {color: #010265;	text-decoration: none;}
.bclinks:active {color: #010265; text-decoration: underline;}

.texto:link {font-family: Arial; font-size: 11px;	color: #666;	text-decoration: none;}
.texto:visited {font-family: Arial; font-size: 11px;	color: #666; text-decoration: none;}
.texto:hover {font-family: Arial; font-size: 11px;	color: #666;	text-decoration: underline;}
.texto:active {font-family: Arial; font-size: 11px;	color: #666; text-decoration: underline;}


#center_left{

	/*background-image:url(../images/flipflop_bg.gif);
	background-repeat: no-repeat;
	width:349px;
	height: 165px;*/
	position: relative;
	top: -17px;
	width: 268px;
	float: left;
}




.flipflop_heading {
	color: #010265;
	text-transform:capitalize;
	font-size: 70%;
	font-weight: bold;
	position: absolute;
	/*margin-left: 10px;*/
	top: 7px;
}




.flipflop_right {
	/*width: 40px;
	
	left: 230px;
	top: -120px;*/
	font-size: 85%;
	color: #454a54;
	position: relative;
	top: 15px;
	left: 12px;
	font-weight: bold;
}

.imgff{
padding-top: 16px;}

.btn_pos {
	position: relative;
	left: 220px;
	top: -110px;
}


/*Ranking CSS Starts*/
#rank {
    /*background:url("/Style Library/Images/ranked_gradient.jpg");
	background-repeat: repeat-y;	*/
	position: relative;
	background-position : right;
	top: 0;	

}

.rank-hr 
{
	color:#e8e8e8; 
	height:1px;	
}

.rank-tr 
{
	background-color:#e7e7e7;	
}

.ranked-header {
	font-size: 85%;
	color: #000099;
	font-weight: bold;
}

.ranked-text {
	/*background-image: url('/Style Library/Images/ranked_gradient.jpg');
	background-repeat: repeat-y;
	width: 344px;*/
	color: #000099;
	font-size: 75%;
	/*border: 1px solid #e7e7e7;
	position: relative;
	top:-2px;*/
}

.citizen-text {
	/*background-image: url('/Style Library/Images/ranked_gradient.jpg');
	background-repeat: repeat-y;
	width: 344px;*/
	color: #000099;
	font-size: 65%;
	font-weight:bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/*position: relative;
	top:-2px;*/
}


.bclinks_Rank:link 
{


	 font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              
              color: #000099;      
              text-align:left;        
              
		text-decoration: none;}
.bclinks_Rank:visited {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #000099;      
              text-align:left; 
	text-decoration: none;}
.bclinks_Rank:hover {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #000099;      
              text-align:left; 
		text-decoration: none;}
.bclinks_Rank:active {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #000099;      
              text-align:left; 
	text-decoration: none;}

.bclinks_BN:link 
{
	 font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              
              color: #800000;      
              text-align:left;        
              
		text-decoration: none;}
.bclinks_BN:visited {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #800000;      
              text-align:left; 
	text-decoration: none;}
.bclinks_BN:hover {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #800000;      
              text-align:left; 
		text-decoration: none;}
.bclinks_BN:active {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #800000;      
              text-align:left; 
	text-decoration: none;}
	
.bclinks_CJ:link 
{
	 font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              
              color: #787878;      
              text-align:left;        
              
		text-decoration: none;}
.bclinks_CJ:visited {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #787878;      
              text-align:left; 
	text-decoration: none;}
.bclinks_CJ:hover {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #787878;      
              text-align:left; 
		text-decoration: none;}
.bclinks_CJ:active {font-family: Trebuchet MS; 
              font-size: 13.6px; 
              font-style: normal; 
              font-weight: bold; 
              color: #787878;      
              text-align:left; 
	text-decoration: none;}

.ranked-subtitle 
{	
	FONT-WEIGHT: normal;
   FONT-SIZE: 11px;
   MARGIN: 0pt 0pt 0pt 0pt;
   COLOR: #000000;
   FONT-STYLE: normal;
   FONT-FAMILY: Arial, Helvetica, sans-serif;
   LETTER-SPACING: 1px;
  text-align :left;/*added by rmusalem 20110421*/
}


.TEXTseccioncmodulos /* Texto de seccion rojo deportes */
            { font-family: Trebuchet MS; 
              font-size: 12px; 
              font-style: normal; 
              font-weight: bold; 
              color: #ffffff;
              margin: 1pt 1pt 1pt 3pt;
              
text-align:left;/*added by rmusalem 20110421*/
             }

.TEXTseccionRanking /* Texto de seccion rojo deportes */
            { font-family: Trebuchet MS; 
              font-size: 12px; 
              font-style: normal; 
              font-weight: bold; 
              color: #000000;              
              margin: 1pt 1pt 1pt 3pt;
              
text-align:left;/*added by rmusalem 20110421*/
             }


.TEXTIndiceRanking {
	/*FONT-WEIGHT: bold;
   FONT-SIZE: 12px;
   MARGIN: 1pt 1pt 1pt 3pt;
   COLOR: #ca0000;
   FONT-STYLE: normal;
   FONT-FAMILY: Trebuchet MS;*/
   	MARGIN: 1pt 3px 1pt 3pt; 
   	FONT-FAMILY: Arial, Helvetica, sans-serif; 
   	COLOR: #ca0000; 
   	FONT-SIZE: 12px; 
   	FONT-WEIGHT: bold;
   	text-align:left;/*added by rmusalem 20110421*/

}
/*Ranking CSS Ends*/

.SupLinksTd {
	/*background-image: url('/Style Library/Images/ranked_gradient.jpg');
	background-repeat: repeat-y;
	width: 344px;*/
	color: #000099;
	font-size:  80%;
	/*position: relative;
	top:-2px;*/
}

.Search-text 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px; 
	color: #DF0000;
	/*position: relative;
	top:-2px;*/
}


.Search-result-text {
	color: #000000;
	font-size: 9pt;
	border: 1px solid #e7e7e7;	
}


.Letter-text {
	
	/*background-image: url(../images/ranked_gradient.jpg);
	background-repeat: repeat-y;
	width: 344px;*/
	color: Black;
	font-size: 70%;
	/*position: relative;
	top:-2px;*/

}


.img_ranked {
	
	border: 1px solid #CACBCC;
	padding: 1px;
	
}

.video {
	position: relative;
	width: 78px;
	left: -5px;
	top: -16px;
}

.video1 {
	position: relative;
	width: 78px;
	left: -5px;
	top: -18px;
}

.video2 {
	position: relative;
	width: 78px;
	left: 5px;
	top: -16px;
}

#center_right {
	width: auto;
	float: left;
	position: absolute;
	left: 282px;
	margin-right: 10px;
	top: 145px;
	/*padding: 25px;*/
}

.news {
	width: auto;
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 4px;
	
	float: left;
}

.tblGreyBorder
{
    border: 1px solid #e7e7e7;
}


.alignleft {
   TEXT-ALIGN: left;
   vertical-align:top;
   padding-right:2px;
   padding-left:2px;
}

.alignright {
   TEXT-ALIGN: left;
   vertical-align:top;
   padding-right:2px;
   padding-left:2px; 
}
.Imagen {
	padding:5px;
  BORDER-LEFT-COLOR: #000000;
  FLOAT: none;
  BORDER-BOTTOM-COLOR: #000000;
  BORDER-TOP-COLOR: #000000;
  BORDER-RIGHT-COLOR: #000000;
}
.line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}



#news {
	width: auto;
}


#rank1 {
	background-color: #d6e5e4;
	margin-top:10px;
}

#rank2 {
	background-color: #fcfcd7;
	margin-top:10px;
}

#letter
{
	background-color: #fcfcd7;
	margin-top:10px;
}


#rank3 {
	background-color: #e4f0f9;
	margin-top:10px;
}

#rank4 {
	background-color: #e4f0f9;
	margin-top:10px;
}

#phgallery {
	background-color: #fff1c2;
	margin-top:10px;
}
LI.square { 
	list-style: square outside;
	color: #FF9900;
	margin-left: -20px;
}


.ranked-header-white {
color: #ffffff;
font-weight: bold;
font-size: 80%;}

.bold {
	font-weight: bold;
}


.table3cols{
margin-top: -15px;}

.footer {
width: 70%;
margin-top:5px;
margin-bottom: 10px;
font-size: 70%;
color: #000000;}


/* Photo1 starts */

.SmallImages
{
    float: left;
    padding: 8px 0px 8px 9px;
}

.SmallImages_left
{
    float: left;
    padding: 4px 0px 2px 9px;
}
.SmallImages_right
{
    float: right;
    padding: 4px 9px 2px 0px;
}

.navright2
{
    color: #ffffff;
    width: 300px;
    font-size: 60%;
    padding-right: 10px;
    position: relative;
    top: 2px;
    letter-spacing: 0.5px;
    float: right;
}

.input_select
{
    position: relative;
    top: 8px;
    left: 30px;
}

.input_select1
{
    margin-bottom: 3px;
    height: auto;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: middle;
}

.subheading1
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 7px 0px 0px 12px;
    color: #FFFFFF;
    font-weight: bold;
}

.subheading2
{
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 14px;
    float: left;
    padding: 4px 0px 4px 8px;
    color: #cbdff9;
    font-weight: bold;
}


.sublinks:link
{
    color: #ffffff;
    font-size: 70%;
    text-decoration: none;
    padding: 0px 0px 0px 8px;
}
.sublinks:visited
{
    color: #faa512;
    font-size: 70%;
    text-decoration: none;
    padding: 0px 0px 0px 8px;
}
.sublinks:hover
{
    color: #ffffff;
    font-size: 70%;
    text-decoration: none;
    padding: 0px 0px 0px 8px;
}
.sublinks:active
{
    color: #ffffff;
    font-size: 70%;
    text-decoration: none;
    padding: 0px 0px 0px 8px;
}

#pic
{
    margin-top: -10px;
}


/* Photo1 ends */


/* Photo2 starts */
.GalleryLink:visited{
	color: #313330;
	font-size: 12px; 
	font-weight: bold;
	margin:1pt 0pt 1pt 0pt;
}
.GalleryLink:link{
	color: #313330;
	font-size: 12px; 
	font-weight: bold;
	margin:1pt 0pt 1pt 0pt;
}

.GalleryLink:hover{
	color: #313330;
	font-size: 12px; 
	font-weight: bold;
	text-decoration:none;
	margin:1pt 0pt 1pt 0pt;
}

.GalleryLink:active{
	color: #313330;
	font-size: 12px; 
	font-weight: bold;
	margin:1pt 0pt 1pt 0pt;
}


.MoreGalleryLink:link{
	color: #313330;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 0;
}
.MoreGalleryLink:hover{
	color: #313330;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	padding:0 0 0 0;
}
.MoreGalleryLink:active{
	color: #313330;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 0;
}
.MoreGalleryLink:visited{
	color: #313330;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 0;
}

.header-tiempo {
	background-color:#FFCDCE;
	font-size: 11px;
	color: #993501;
	font-weight: bold;
	padding-left:2px;
}
.header-El-Mundo {
	background-color:#A9D6EB;
	font-size: 11px;
	color: #0A3C6D;
	font-weight: bold;
	padding-left:2px;
}
.Sociedad {
	background-color:#BFE180;
	font-size: 11px;
	color: #5C7D1E;
	font-weight: bold;
	padding-left:2px;
}

.header-Deportes {
	background-color:#74DCBB;
	font-size: 11px;
	color: #1D6D54;
	font-weight: bold;
	padding-left:2px;
}
.header-Cultura {
	background-color:#FEDC71;
	font-size: 11px;
	color: #9B6501;
	font-weight: bold;
	padding-left:2px;
}

.header-ElDia {
	background-color:#D1BAD1;
	font-size: 11px;
	color: #875A87;
	font-weight: bold;
	padding-left:2px;
}

.Description-text {
	color: #000000;
	font-size: 11px;
}

.subtext-bg {
	background-color:#FEF8F8;
}
.subtext-bg1 {
	background-color:#F7FBFE;
}

.subtext-bgGreen {
	background-color:#EEF7DD;
}

.subtext-bg2{
	background-color:#F4FFFB;
}
.subtext-bg3{
	background-color:#FFF7D3;
}
.subtext-purple{
	background-color:#F5F1F5;
}

.headercenter-bg {
	background-color:#F7FBFE;
}
.subtext-left{
	color: #313330;
	font-size: 70%;
}
.subtext-middle{
	color: #313330;
	font-size: 100%;
	font-weight: bold;
	padding-left:0px;
	padding-top: 5px;
}
.subtext-middle1{
	color: #313330;
	font-size: 70%;
	padding-left:5px;
	padding-top: 4px;
}

.middle_header
{
    background:#ffffff url("/Style Library/Images/bg_middle.gif");
    background-repeat:repeat;
    color: #000000;
    width: 100%;
}

.home_header
{
    background:#e7e7e7 url("/Style Library/images/h3.gif");
    background-repeat: repeat-y;
    color: #ffffff;
	font-weight: bold;
	font-size: 80%;
}


.image
{
    padding: 14px 0px 14px 10px;
}

.tblborderColor
{
    border-color: #FFB062;
    border-width: 1px;
    border-style: solid;
}

.middle_headerbg
{
    background:#ffffff url("/Style Library/Images/bg_middleheader.gif");
    background-repeat: no-repeat;
    color: #ff0000;
    width: 100%;
    font-size: 13px;
    color: #3A3A3A;
    font-weight: bold;
    padding-left: 6px;
}

.middle_headerbg_big {
	background:#ffffff url("/Style Library/Images/bg_middleheader_big.gif");
	background-repeat: no-repeat;
	color: #ffffff;
	width: 100%;
    font-size: 13px;
	color: #3A3A3A;
	font-weight: bold;
	padding-left:6px;
}
.headerbg_big_titulo {
	color: #ffffff;
    font-size: 13px;
	color: #3A3A3A;
	font-weight: bold;
	padding-left:6px;
}
#videotxt
{
    width: 100%;
    padding: 2px;
    font-size: 70%;
    color: #001f6c;
}

#audiotxt
{
    width: 100%;
    padding: 12px;
    font-size: 70%;
    color: #001f6c;
}

.audiotxt1
{
    font-size: 12px;
    color: #001f6c;
}

.margin-left
{
    margin-left: 13px;
}

.tblborder
{
    border: 1px solid #8693b7;
}


.whitelink
{
    color: #ffffff;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.whitelink:link
{
    color: #ffffff;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.whitelink: visited
{
    color: #ffffff;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.whitelink:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.whitelink: active
{
    color: #ffffff;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}


.yellowlink
{
    color: #faa512;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.yellowlink:link
{
    color: #faa512;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.yellowlink:visited
{
    color: #faa512;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.yellowlink:hover
{
    color: #faa512;
    text-decoration: underline;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}
.yellowlink:active
{
    color: #faa512;
    text-decoration: none;
    font-size: 70%;
    padding: 0px 0px 0px 8px;
}

/* Photo2 ends */

/* Messages */

.ErrorMassage
{
    color: #cccccc;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size:11px;
    text-align:center;
}

.InfoMassage
{
    color: Blue;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size:11px;
    text-align:center;
}

.CJ-text {
	/*background-image: url('/Style Library/Images/ranked_gradient.jpg');*/
	background-repeat: repeat-y;
	width: 284px;
	color: #000000;
	font-size: 70%;
	position: relative;
	top:-2px;
}

/* Messages */

/*Classes for displaying data, forms*/


.FormTable
{
	width:98%;
	background-color:#F8F8F8;
	font-size:12px;
	border-style: outset;
	border:1px solid #000000;
}


.FormTr
{
    background-color:#F8F8F8;
    text-align:left;
    width:100%;
    height:25px;
	padding-left:3px;
	border-top:1px solid #d8d8d8;	
	border-bottom:1px solid #d8d8d8;
	font-weight:normal;
	font-size:12px;
}

.FormTrComm
{
     background-color:#F8F8F8;
    text-align:left;
    width:100%;
    height:25px;
	padding-left:3px;
	border-top:1px solid #d8d8d8;	
	border-bottom:1px solid #d8d8d8;
	font-weight:normal;
	font-size:12px;
}


.FormTrAlt
{
    background-color:#F2F2F2;
    text-align:left;
    height:25px;
    width:100%;
    padding-left:3px;
    font-size:12px;
}

.FormButton
{
    text-align:right;
    padding-right:2px;
    background-color:#FFFFFF;
    height:25px;
    font-size:12px;
}



.GridMain
{
    background:#83b0ec url("/_layouts/images/navshape.jpg");
	background-repeat:no-repeat;
	background-position:-143px 0px;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	width:100%;
	font-size:12px;
}

.GridRow
{
    background-color:#F8F8F8;
    height:30px;
	padding-left:3px;
	font-size:12px;
}

.GridRowAlt
{
    background-color:#F2F2F2;
    height:30px;
	padding-left:3px;
	font-size:12px;
}


.GridHeader
{
	background-color:#000000;
	font-weight:bold;
	color:white;
	text-align:center;
	height:30px;
	font-size:13px;
}

.GridHeader a
{
	font-weight:bold;
	color: #faa512;
	text-align:center;
	font-size:13px;
	text-decoration:underline;
}

.GridFooter
{
     background-color:#FFFFFF;
}

.TxtMsg
{
	text-align:right;
    padding-right:2px;
    background-color:#FFFFFF;
    height:25px;
    font-size:12px;
}

/*Classes for displaying data, forms*/

.RedStar {
	color:#cccccc;
}


.hoj1 {font-size: 100%;color: #000000;font-weight: bold;cursor: hand;}
.Flipping-header {font-family: Arial, Verdana, sans-serif;font-size: 12px;color: #000000;font-weight: normal;cursor: hand;}

.Supplement-header {font-family: Arial, Verdana, sans-serif;font-size: 85%;color: #000000;font-weight: bold;}


.Hojear01 
{
	background: url("/Style Library/Images/hojear01.jpg");	
}


.Hojear02 
{
	background: url("/Style Library/Images/hojear02.jpg");	
}


.Hojear03 
{
	background: url("/Style Library/Images/hojear03.jpg");
}


.Hojear04 
{
	background: url("/Style Library/Images/hojear04.jpg");
}


.Hojear05 
{
	background: url("/Style Library/Images/hojear05.jpg");	
}


.Hojear06 
{
	background: url("/Style Library/Images/hojear06.jpg");	
}


.Hojear07 
{
	background: url("/Style Library/Images/hojear07.jpg");
}


.Hojear08 
{
	background: url("/Style Library/Images/hojear08.jpg");
}

.ClickAqui
{	
	src: url("/Style Library/Images/btnClickAqui.gif");
}

.SupplementHomeE1
{
	background: url("/Style Library/Images/e1.gif");	
}

.SupplementHomeE2
{
	background: url("/Style Library/Images/e2.gif");
}

.SupplementHomeE3
{
	background: url("/Style Library/Images/e3.gif");
	background-repeat:no-repeat;
	font-size: 85%;
	color: #000000;
	font-weight: bold;
}


.SupplementHomeH1
{
	background: url("/Style Library/Images/h1.gif");
}

.SupplementHomeH2
{
	background: url("/Style Library/Images/h2.gif");
	font-size: 85%;
	color: #000000;
	font-weight: bold;
}

.PhotoGalleryHomeH2
{
	background: url("/Style Library/images/h2.gif");
}


/*Body Part CSS Starts*/

.BodyPartTd {
	background-color:#3368B6;
	
	font-size:  90%;
	/*position: relative;
	top:-2px;*/
}

/*Body Part CSS ends*/

/* News Paper Area */
.divfoto {
	margin-left: 2px;
	margin-right: 0px; 
	margin-top:0px; 
	margin-bottom: 5px; 
	float: left; 
	position: relative;
	width: 33%;
}
/* News Paper Area */

/* Class for Top links on Pop up window starts*/

	.toplinks1 {
	color: #001961;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.post_comentarios {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #566EA5;
	float: none;
}
.post_comentarios a{
	background-color:#2E9AFE;
	text-decoration:none;
	color: #FFFFFF;
}
.post_comentarios a:hover{
	background-color: #FFFFFF; /*blanco el mercurio  #000000;/* verde la   */
	text-decoration:none;
	color: #999999/*gris el mercurio*/;
}

.toplinks1:link {color: #001961;text-decoration: none;}
.toplinks1:visited {color: #001961;text-decoration: none;}
.toplinks1:hover {color: #001961;text-decoration: underline;}
.toplinks1:active {color: #001961;text-decoration: none;}

.rankingDiv
{
height:auto;
width:auto;
display:block;
margin:1px;
}
.rankingImg
{
clear:both;
border:1px solid #000000;
margin:2px;
display:block;
}

.WinConsult
{
    color: #00008B;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size:18px;
    text-align:left;
}

.LoseConsult
{
    color: #cccccc;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    font-size:18px;
    text-align:left;
}

/* Class for Top links on Pop up window ends*/

/*New Classes for Tabs In PhotoGallery Pages starts */
.header-tiempo-disabled {
	background-color:#D3D3D3;
	font-size: 11px;
	color: #FCFCFC;
	font-weight: bold;
	padding-left:2px;
}
.middle_headerbg_disabled
{
    background:#ffffff url("/Style Library/Images/bg_middleheader_disabled.gif");
    background-repeat: no-repeat;
    color: #FCFCFC;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding-left: 6px;
}

.middle_headerbg_big_disabled {
	background:#ffffff url("/Style Library/Images/bg_middleheader_big_disabled.gif");
	background-repeat: no-repeat;
	color: #FCFCFC;
	width: 100%;
    font-size: 13px;
	font-weight: bold;
	padding-left:6px;
}
.home_header_disabled
{
    background:#e7e7e7 url("/Style Library/images/h3_disabled.gif");
    background-repeat: repeat-y;
    color: #FCFCFC;
	font-weight: bold;
	font-size: 80%;
}
/*New Classes for Tabs In PhotoGallery Pages ends */