@CHARSET "utf-8";

a {
	text-decoration: none;
	cursor: pointer;
}

img{
	border: none;
}

dl,dt,dd {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

dd{
	width: 100px;
}

p{
	padding: 0 0 5px 30px;
	text-align: justify;
	width: 700px;
}

.cleaner{
	clear:both;
}

.bold{
	font-weight: bold;
}

.centrado{
	text-align: center;	
}

body {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: verdana;
	background: url('../images/linea.png') 0 0 repeat-y #e6ece8;
	font-size: 12px;
}

.container{
	text-align: left;
	width: 1007px;
	/* margin: 0 auto; */
}

.cabecera{
	width: 1007px;
	height: 97px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.cabecera .logo{
	width: 280px;
	height: 97px;
	float:left;
}

.cabecera .titidi{
	width: 727px;
	height: 87px;
	float:left;
	border-bottom: 10px solid #00a4e7;
}

.cabecera .titidi .info{
	float: left;
	color: #14528a;
}

.cabecera .titidi .info .tit1{
	padding-top: 5px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	font-size: 15px;
}

.cabecera .titidi .info .tit2{
	padding-top:2px;
	height: 25px;
	line-height: 22px;
	font-size: 14px;
	padding-left: 7px;
	font-weight: bold;
}

.cabecera .titidi .info .idiomas{
	padding-top: 12px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #000;
}

.cabecera .titidi .info .idiomas a{
	color: #000;
}

.cabecera .titidi .logoala{
	float: right;
	width: 150px;
	background: url('../images/fondo1.png') 58px 0 repeat-y #fff;
}

.cabecera .titidi .logoala img{
	position: relative;
	left: -30px;
	top: 5px;
}

.cuerpo{
	width: 1007px;
	background: url('../images/linea.png') 0 0 repeat-y #fff;
}

.cuerpo .botonera{
	width: 247px;
	float: left;
	background: url('../images/linea.png') 0 0 repeat-y #fff;
}

.cuerpo .botonera .botones{
	width: 194px;
	overflow: hidden;
}

.cuerpo .botonera .botones .seleccionado{
	background-color: #000;
}

.cuerpo .botonera .botones a{
	text-decoration: none;
	color: #fff;
}

.cuerpo .botonera .botones dl{
	width: 194px;
	overflow: hidden;
	background-color: #00a4e7;
	font-size: 11px;
}

.cuerpo .botonera .botones dt{
	width: 193px;
	background-color: #004380;
	margin-top: 3px;
	padding: 0 0 0 5px;
	height: 25px;
	line-height: 25px;
}

.cuerpo .botonera .botones dd{
	width: 193px;
	background-color: #004380;
	margin-top: 3px;
	padding: 0 0 0 5px;
}

.cuerpo .botonera .suscripcion{
	width: 193px;
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
	border-top:15px solid #3f7ead;
	border-bottom:15px solid #3f7ead;
}

.cuerpo .botonera .suscripcion img{
	position: relative;
	left: 28px;
}

.cuerpo .botonera .ultimabarra{
	width: 193px;
	height:15px;
	background-color: #3f7ead;
	margin-top: 130px;
	margin-bottom: 20px;
}

.cuerpo .vista{
	width: 760px;
	float: left;
	overflow: hidden;
	position:relative;
	z-index:2;
}

.cuerpo .vista .contenido{
	width: 760px;
}

p.titulo{
	padding: 0 0 5px 20px;
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;
}

p.titulo2{
	padding: 0 0 5px 20px;
	font-weight:bold;
	font-size:12px;
}

.cuerpo .vista .organizadores{
	width: 760px;
	margin-top: 40px;
}

.cuerpo .vista .organizadores .titulos{
	width: 760px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	background: url('../images/curva.png') -245px 0 repeat-y #dde8ec;
}

.cuerpo .vista .organizadores .titulos span.orga{
	padding-left: 10px;
}

.cuerpo .vista .organizadores .titulos span.coorga{
	padding-left: 345px;
}

.cuerpo .vista .organizadores .org{
	width: 750px;
	height: 97px;
	padding-left: 8px;
	padding-top: 7px;
}

.cuerpo .vista .organizadores .org .logoorg{
	float: left;
	width: 97px;
	padding-right: 3px;
}

.cuerpo .vista .organizadores .org .logoorg img{
	float: right;
}

.cuerpo .vista .organizadores .org .nombreorg{
	float: left;
	width: 150px;
	font-size: 12px;
	padding-top: 55px;
}

.pie{
	width: 1007px;
	background-color: #000;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
	position:relative;
	z-index:2;
}

.pie a{
	color: #fff;
	text-decoration: none;
}

.fondo{
	margin-left: 247px;
	width: 760px;
	height:0px;
	position:relative;
	z-index:1;
	top:-448px;
}

.fondo .img{
	height:448px;
	width: 760px;
	background: url('../images/fondo.png') 0 0 no-repeat #fff;
}
/* - */
h1 {
	font-size: 18px;
	display: block;
	width: 500px;
	margin: 0px;
	padding: 5px;
	border-bottom: solid 2px #000;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
	width: 300px;
	padding: 5px;
}
dl.alacip {
	margin: 15px;
}
dl.alacip dt {
	margin: 15px 0px;
	text-decoration: underline;
}
dl.alacip dd {
	margin: 10px 10px;
	width: 300px;
}	
.contenido {
	padding: 5px 20px;
}
.tabla {
	padding: 10px;
	height: auto;
	overflow: hidden;
}
.tabla span {
	font-weight: bold;
	display:block;
	margin: 0px 10px 0px 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #000;
}
.lista {
	display: block;
	margin: 10px 0px;
}
.lista dd {
	margin: 10px 0px;
}
.lista dt {
	font-style: italic;
	margin: 0px 0px 0px 15px;
}
.col-1 {
	float: left;
	width: 350px;
	margin: 0px 5px;
}
