body
{
	background-color: #CCCCCC;
	color: #000000;
	background-image: url('../images/fondo.degree.jpg');
	background-repeat:  repeat-x;
	margin-top:0px
	margin-left:0px
	margin-right:0px
	margin-bottom:0px
}

A:link{text-decoration:none; color: #666666;}
A:visited{text-decoration:none; color: #666666;}
A:hover{text-decoration:none; color:#780001;}

.GENERAL {
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, Verdana;
	font-size: 14px;
	color: #000000;
}

.TITULOS {
	font-family: Georgia, "Times New Roman", Tahoma, Helvetica, Arial, Verdana;
	font-size: 31px;
	color: #669900;
}

.TITULONOTICIA {
	font-family: Georgia, "Times New Roman", Tahoma, Helvetica, Arial, Verdana;
	font-size: 17px;
	color: #666666;
}

.HEADS {
	font-family: Georgia, "Times New Roman", Tahoma, Helvetica, Arial, Verdana;
	font-size: 49px;
	color: #003399;
}


.chromemenu{
width: 100%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border-right: 0px solid #808080;
border-left: 0px solid #808080;
border-top: 0px solid #808080;
border-bottom: 1px dotted #808080;
width: 100%;
background: url('../images/chromebg.jpg') repeat-x center;
margin: 0;
font-family: Georgia, Helvetica, Arial, Verdana;
font-size: 13px;
font-color: #666666;
text-align: left; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #666666;
padding: 5px 8px;
margin: 0;
border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url('../images/chromebg2.jpg') repeat-x center;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}


/*CODIGO AJAX RSS FEED
.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 4px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color: #780001;
text-decoration: none;
font-weight: bold;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

#rugby a{ /*CSS specific to demo 3*/
color: #780001;
text-decoration: none;
font-weight: bold;
}

#rugby p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

#rugbyln a{ /*CSS specific to demo 3*/
color: #336699;
text-decoration: none;
font-weight: bold;
}

#rugbyln p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}

#rugbyespn a{ /*CSS specific to demo 3*/
color: #003300;
text-decoration: none;
font-weight: bold;
}

#rugbyespnn p{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}


code{ /*CSS for insructions*/
color: red;
}




#facebox .b {
  background:url('../facefiles/b.png');
}

#facebox .tl {
  background:url('../facefiles/tl.png');
}

#facebox .tr {
  background:url('../facefiles/tr.png');
}

#facebox .bl {
  background:url('../facefiles/bl.png');
}

#facebox .br {
  background:url('../facefiles/br.png');
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0px none;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}




#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('../lightboximg/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../lightboximg/prevlabel.gif') no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url('../lightboximg/nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
