body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(/img/backnube.jpg) #ffffff;
	margin: 20px 0 0 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 12px;

}

#infobox3 {
	padding-bottom: 40px;	
}

#infobox3 img {
	margin-right: 4px;
	margin-bottom: 4px;
}
.large {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	
	color: #5ABB4F;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
.thrColFixHdr #container {
	width: 900px;
	margin: 0 auto; 
	border: none;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(/img/backshade.png);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	padding: 0;  
}

#logo {
	float: left;
	width: 500px;
}
#cloud {
	float: right;
	width: 300px;
	background-image: url(/img/rightcloud.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 135px;
	text-align: right;
	font-size: 8px;
	color: #FFFFFF;
	float:right;
}
#cloud a{
	color:#891536;
	text-decoration: none;
}

#topmenu{
	float:left;
	width:450px;
	text-align:right;
}

#banner1 #rightphoto {
	width: 70px;
	float: right;
	margin:8px;
}
.date {
	font-weight: bold;
	font-size: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
#center {
	background-image: url(/img/espaciotemporal_r4_c1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#subbox{
	position:absolute;
	margin-top: 300px;	
}
#menu {
	background-color: #E3EEF8;
	height: 115px;
	width: 160px;
}

#menu ul{
	margin:  0;
	padding:10px 0 0 0;;
	
}

#menu li{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	
}

#menu li:hover{
	background:#00569C;
	

}



#menu a{
	color:#007CC4;
	line-height: 1.5em;
	text-decoration: none;
	padding-left:10px;
	
}

#menu a:hover{
	color:white;
}

.leftbanner{
	margin-bottom:13px;
	margin-left:13px;
}

#banner1 {
	background-image: url(/img/prox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #5ABB4F;
	width: 160px;
	color: #FFFFFF;
	padding-bottom:10px;
}

#banner1  p{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#lefttext{
	clear:both;
	
	margin: 8px;
	margin-left:12px;
}
#agenda  .text {
	float: right;
	width: 170px;
	margin-right:0px;
	display:inline;
}

#banner2 {
	background-color: #F0F5FC;
	height: 160px;
	width: 60px;
}

#banner2 {
	background-color: #F0F5FC;
	height: 60px;
	width: 160px;
}

#banner3 {
	height: 120px;
	width: 160px;
	margin-bottom: 50px;
}

#banner4 {
	height: 190px;
	width: 275px;
}

#agenda {
	width: 275px;
	margin-bottom:10px;
	border: 1px solid #00569C;
	padding-bottom:20px;
}
#agenda #head {
	background-color: #00569C;
	color: #FFFFFF;
	padding: 4px;
}
.agendabox {
	margin-top: 8px;
	margin-right: 8px;
	margin-left:8px;
}

.agendabox h2{
	font-size: 11px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 307px;
	margin-bottom: 0;
	margin-left: 185px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	padding-right: 0px;
} 
#mainContent p {
	font-size: 11px;
	color: #333333;
}
#mainphoto {
	height: 115px;
	width: 400px;
	background-color: #CCCCCC;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 288px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.time2 {
	font-weight: bold;
}
.title {
	font-size: 16px;
}
.photo {
	float: left;
	width: 75px;
	margin: 3px;
}
.text2 {
	font-size: 10px;
}
#box3 {
	float: right;
}

.warning{
	border:1px solid red;
	background:#FF9999;
	padding:10px;

}

a:link{
	color: #5ABB4F;
}

a:hover{
	color: #891536;
}

a:active{
	color: #5ABB4F;
}

a:visited{
	color: #5ABB4F;
}

.cd{
	padding-bottom:10px;
}

a.mas{
	color: #5ABB4F;
	float:right;
	margin-right:5px;
}
a.mas:hover{
	color: #891536;
}

#frontfirst{
	margin-top:10px;
	min-height:177px;
}


#frontfirst h2{
	color:#891536
}


.notice{
	color:#5ABB4F;
	border: dashed 1px;
	font-size:14px;
	padding:10px;
}

a.nob img {
	 border:none;
}

#banner4{
	height:300px;
}