body {	font:11px Verdana, Arial, Helvetica, sans-serif;	
        background-color:#fadbdb;	text-align : justify;
	line-height: 10px;margin: 0;
}

p {
	font-size:11px;
	color: #fff;
	line-height: 100%;
}
hr {
	display:none;
 }
h1 {
	font-size:25px;
	text-align : left;
	color : #fff;
	margin:0;
}
h2 {
	font-size:10px;
	text-align : center;
	color:#fff;
}
h3 {
	font-size:18px;
	text-align : left;
	color : #fff;
}
h4 {
	font-size:15px;
	text-align : left;
	color : #fff;
}
h5 {
	font-size: 13px;
	text-align : left;
	color : #fff;
}
h6 {
	font-size:10px;
	text-align : center;
	color : #fff;
}
td {
	font-size: 12px;
	text-align : center;
	color : #003366;
}
a {
	font-size:12px;
	color:#fff;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color:#ccccff;
}
a:active {
	text-decoration: none;
	color:#ccccff;
}

#todo {
       background-color:#003366;
       border-style:solid;
       border-color:#003366;
       margin: 0 auto;
       width:955px;
       height:auto;
}
.head{
       width:955px;
       height:177px;
       background-color:#003366;
       border-bottom-style:solid;
       border-bottom-color:#003366;
       margin:0 auto;
}
.izquierda{
       width:205px;
       height:auto;
       background-color:#003366;
       border-style:solid;
       border-width:0px;
       border-color:#003366;
       margin:0 0 0 5px;
       float:left;
       padding:3px;
}

.derecha{
       width:205px;
       height:auto;
       background-color:#003366;
       border-style:solid;
       border-width:0px;
       border-color:#003366;
       margin:0 auto;
       float:right;
       padding:3px;
}

.principal{
       width:auto;
       height:auto;
       background-color:#003366;
       border-style:solid;
       border-width:0px;
       border-color:#003366;
       margin:0 5px 0 10px;
       padding:3px;
       text-align:center;
}
.footer{
       width:auto;
       height:30px;
       background-color:#003366;
       border-style:solid;
       border-width:0px;
       border-color:#003366;
       margin:5px;
}
