@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background-color:#FFFFFF;
	position:center;
	height:auto;
    }

#todo { 
	width:902px;
	margin-left:auto;
	margin-right:auto;;
	background-position:left;
	background-repeat: no-repeat;
	}
	
#header {
	height:160px;
	background-image: url(../images/header.png);
	background-repeat:no-repeat;
    } 
	
#menu {
	width:730px;
	float:right;
	height:26px;
	margin-top:120px;
	text-align: center;
	padding-right:0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif #1A355E;
	color:#1A355E;
	}
	
A.style3 {color:#1A355E;; text-decoration:none;}
A.style3:hover { color:#1A355E; background-color:#FFBD03;}
A.style3:active { color:#1A355E; background-color:#FFBD03;}
	
#leftside {
	width:240px;
	color:#FFFFFF;
	float:left;
	background-repeat:no-repeat;
	}
	
#nav {
    list-style:none;
	line-height:20px;
	}
	
#info {
	width: 900px;
	overflow: auto;
	height:auto;
	}
	
#content {
	width:620px;
	height: auto;
	margin-top:10px;
	float:right;
	padding-right:20px;
	padding-left:10px;
	}
	
#footer {
    font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	color:#000000;
	clear:both;
	width:890px;
	position:center;
	border-top:1px solid #FFCC33;
	}
	
.nuevo {
	width:460px;
	height:140px;
	background-color:#FFFFFF;
	background-image:url(../images/orange_foo_1.png);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	margin-bottom:10px;

	}
	
.style1 {
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1A355E;
	float: left;
}
.style2 {color: #000000;
    font-size:13px;}

.style3 {<img src="images/orange_foo_1.png" longdesc="images/orange_foo_1.png">
	color:#1A355E;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.style4 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.style5 {
    font-weight: bold; 
    font-size: 18px;
	color:#1A355E;}
	
.style6 {
	font-size: 13px;
	font-weight:bold;
	color:#000000;
	font:Arial, Helvetica, sans-serif;}
	
.style7 {font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:500;}
	
.content_left { 
    float:left;
    width:170px;}
	
#content_right {
	width:400px;
	height: auto;
	margin-top:10px;
	float:right;
	padding-right:20px;
	padding-left:20px;
