/*#id .class*/
html{}

body {
	width:1000px;
	margin: auto;
	position:relative;
	margin-top:10px;
}
p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

a img {border:0}

a {	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

a hover:{	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

ul {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

ol {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color:#FFF;
	padding:10px;	
}





#contenedor{
	position:relative;
	width:1000px;
	margin: auto;
	background-color:#fff;
}
.logoIzq{
	width:1000px;
	height:380px;
	background-image:url(img/banner.jpg);
	background-repeat:no-repeat;
	position:relative;
	
	}

.anim{
	position:relative;
	width:530px;
	height:200px;
	background-image:url(img/banner-medio.png);
	float:left;
	}

.logo{
	position:relative;
	width:420px;
	height:200px;
	background-image:url(img/logo420x200.png);
	float:left;
	
	}
	
.botonera{
	position:absolute;
	top:390px;
	width:1000px;
	height:40px;
	background-color:#435EA4;
	}
	

.boton-1{
	text-align:center;
	height:40px;
	width:200px;
	background-image: url(img/boton.png);
	background-repeat: no-repeat;
	float:left;
	line-height:40px;
}

.boton-1 a{
background: url(img/boton.png) no-repeat;
display:block;
height:100%;
width:100%;
color:#FFF;	
}

.boton-1 a:hover{
background: url(img/boton-sobre.png) no-repeat;
color: #2E477F;
display:block;
height:100%;
width:100%;
}

.boton-2{
	text-align:center;
	height:40px;
	width:140px;
	background-image: url(img/boton2.png);
	background-repeat: no-repeat;
	float:left;
	line-height:40px;
}

.boton-2 a{
background: url(img/boton2.png) no-repeat;
display:block;
height:100%;
width:100%;
color:#FFF;	
}

.boton-2 a:hover{
background: url(img/boton2-sobre.png) no-repeat;
color: #2E477F;
display:block;
height:100%;
width:100%;
}


.lastboton-1{
	text-align:center;
	height:40px;
	width:160px;
	background-image: url(img/boton.png);
	background-repeat: no-repeat;
	float:left;
	line-height:40px;
	color:#FFF;	
}

.lastboton-1 a{
background: url(img/boton.png) no-repeat;
display:block;
height:100%;
width:100%;
color:#FFF;	
}

.lastboton-1 a:hover{
background: url(img/boton-sobre.png) no-repeat;
color: #2E477F;
display:block;
height:100%;
width:100%;
}
.cuerpo{
	position:relative;
	width:980px;
	height:auto;
	background-color:#fff;
	padding-left:10px;
	padding-right:10px;
	
		}
	
.organizan{
	position:relative;
	margin-bottom:1px;
	margin-top:15px;
	width:1000px;
	height:120px;
	background-color:#99D1EF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#435EA3;
		}
	
.auspician{
	position:relative;
	margin-bottom:5px;
	margin-top:5px;
	width:1000px;
	height:165px;
	background-color:#fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#435EA3;
		}
		
.td-punteado{
	border-bottom:1px dotted #999;
	}
.td-punteadoabre{
	border-top:1px dotted #999;
	background-color: #C4E1E1;
	height: 15px;
	}
	
	
.linkentexto {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration:none;
}

.linkentexto a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#000;
	text-decoration:none;
	}
	
.linkentexto a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#99D1EF;
	text-decoration:none;
	}

.letratabla {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.linknormal{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#000;
}

.linknormal a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#000;
}

.linknormal a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#99D1EF;
}



