@charset "utf-8";
/* CSS Document */
html{
	100%
}

body {
	background: #954f9f url(../imagenes/fondo.png) top left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff; /*#162258;*/
	font-size: 14px;
	font-weight:100;
	line-height:22px;
}

h2 {
	color: #70C9BF;
	font-size:18px;
	font-weight:bold;
}

h3 {
	color: #70C9BF;
	font-size:15;
	font-weight:bold;
}

h4 {
	font-size:18px; 
	font-weight:400;
}

a {
	color: #0000CC;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#003399;
}	

#header {
	background:transparent;
	height:288px;
	width:auto;
	text-align:center;
}

#barra-menu {
	height:30px;
	margin: 30px auto;
	text-align:center;
	width:100%;
}

#wrapper {
	width:100%;
	background: transparent;
	height:auto;
	overflow:visible;
	margin-top:70px;
}

#patrocinios {
	margin:10px 10px 10px 50px;
	background:url(../imagenes/fondo-pa.png) top left no-repeat;
	width:193px;
	height:966px;
	text-align:left;
	float:left;
	padding:10px;
}

#contenido {
	background: transparent;
	float:rifght;
	padding: 10px 30px 10px 20px;
	height:auto;
	text-align: justify;
	margin-top:50px;
}

#footer-contenido {
	width:100%;
	margin-top:10px;
	text-align:right;
	margin-top:30px;
}

#menu-inf {
	font-size:10px;
	text-decoration:none;
	text-align:center;
	width:100%;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	background: trnasparent;
}

#menu-inf a {
	color:#FFFFFF;
	text-decoration:underline;
}

#menu-inf a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#footer {
	background: #FFCCCC;
	width:100%;
	color: #000066;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-top:40px;
}

#footer a:hover {
	font-size: 12px;
}

.resaltado {
	background: #6699FF;
	border: medium solid #FFCC66;
	color: #000066;
	font-weight:bold;
	display:inline-block;
	line-height:22px;
	padding:15px;
	width:450px;
}

.resaltado2 {
	background: #FFFF99;
	border: medium solid #FF3333;
	color: #000066;
	font-weight:bold;
	display:inline-block;
	line-height:22px;
	padding:15px;
}

.resaltado3 {
	font-weight:bold; 
	color:#000066; 
	background:#FFFF99; 
	display:block; 
	font-size:16px;;
	padding-left:20px;
	padding-right:20px;
}

.foto-o {
	margin-bottom:10px;
	border:thin solid #FFFFFF;
	margin-left:10px;
	margin-right:25px;
}

.next {
	text-align:right;
	margin-top:20px;
}

.confirmar {
	color:#99FF00;
}

.confirmado {
	font-weight:bold; 
	color:#FFCC33;
}

.noticia {
	border: dotted thin #FFFFFF;
	padding:10px;
	overflow:hidden;
	margin: 0 auto 0 auto;
	width:500px;
}

.titulo-noticia {
	background:#0033CC; 
	font-weight:bold; 
	display:block;
	padding: 10px;
	font-size:16px;
	line-height: 30px;
	border: dotted thin #FFFFFF;
	overflow:hidden;
	margin: 0 auto 0 auto;
	width:500px;
}

.protoso {
	color: #000099;
	font-weight: bold;
}


.ft {color: #3399CC}