*{
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
div#contenedor {
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left:10px;
	width: 820px;
	background-image: url("../prueba/imagenes/fderecha.gif");
	background-position: center;
	background-repeat:  repeat-y;
}
#titulo {
	width: 405px;
	height: 73px;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#date {
	width: 375px;
	height: 73px;
	top: 0px;
	margin: -73px 0px 0px 405px;
}
#foto {
	width: 780px;
	height: 233px;
	top: 73px;
	margin: 0px;
}
#seccion {
	width: 780px;
	height: 76px;
	top: 73px;
	margin: 0px;
}
#texto {
	width: 780px;
	min-height: 630px;
	top: 342px;
	margin: 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 3px;
}
#texto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 100px;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 21px;
	margin: 0px;
	line-height: 20px;
	text-align: justify;
}
/*patrocinadores*/
#auspices li{
	padding:0;
	margin:0;
	float:left;
	display:block;
}
/*para el menu desplegable*/
#toledo{
	height: 35px;
	width: 780px;
	padding-left: 30px;
	background-image: url("../prueba/imagenes/fondoboton1.gif");
	background-repeat: no-repeat;
	background-position: 0px;
}
#menu{
	height: 35px;
	width: 780px;
	padding-left: 30px;
	background-image: url("../prueba/imagenes/fondoboton.gif");
	background-repeat: no-repeat;
	background-position: 0px;
}
#menu ul a, #toledo ul a{
	color: #006699;
	height: 25px;
	font-weight: bold;
}
#menu ul a:hover, #toledo ul a:hover{
	color: #FF9900;	
}
#nav, #nav ul { /* todo el menu */
	padding-top: 7px;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
}
#nav li {
	float: left;
	width: 120px;
	left: auto;
}

#nav li ul { /* segundo nivel */
	padding:0px;
	position: absolute;
	width: 119px; 
	left: -999em; /* no borrar */
}
#nav li ul a{
	font-weight: normal;
	width: 119px;
	margin-left: -2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	border-bottom-color: #006699;
}
#nav li ul a:hover{
	color: #FFFFFF;
	font-weight: normal;
	background-color: #03689A;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background: #FFFFFF;
}
h1{
	padding-top:17px;
	padding-bottom:10px;
	padding-left:17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B7D4E2;
}
strong {
	color: #003366;
}

h2{
	padding-top:17px;
	padding-bottom:10px;
	padding-left:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #03689A;
}
strong {
	color: #003366;
}


/*tablas*/
table.azul{
	margin-left: 149px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	line-height: 20px;
	width: 600px;
} 
table.tr{
	border-bottom: 1px solid #D5EAFF;
}
.azul tr.titulos{ 
	border-bottom: 2px solid #6699CC;
	border-left: 1px solid #6699CC;
	background-color: #C0C0C0;
	text-align: center;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #003366;
}
.azul td.datos{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #5583A8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-right: 5px;
	padding-left: 5px;
}
.azul td{
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
	padding-right: 5px;
	padding-left: 5px;
}
.azul td.peq{
	border:0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
/*fin tabla*/
a.enlace{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding:3px;
}
a.enlace:hover{
	color: #FFFFFF;
	background-color: #006699;
}
span {
	font-weight: bold;
}