@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
 	border: 0px;
	text-decoration: none;
}

/*estilos para las clases*/
.fondo {
	background-color: #B7C8DA;
	background-image: url(../imagenes/fondo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.clear {
	clear: both;
}

.rojo {
	color: #0D4684;
}
.gris {
	color: #595959;
	font-size: 12px;
	font-weight: bold;
}
/*estilos generales*/
a, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

/*estilos para las partes*/
#contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0D4684;
	border-bottom-color: #0D4684;
	margin-top: 40px;
	text-decoration: none;
}

#cabecera {
	background-image: url(../imagenes/cabecera.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 210px;
}
#cabecera img {
	display: block;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0D4684;
	padding-left: 5px;
}

#menu {
	height: 16px;
	float: right;
	margin-top: -13px;
}
#menu p {
	color: #999999;
	float: left;
	margin-left: 10px;
	margin-right: 30px;
	font-size: 14px;
}

#texto {
	width: 485px;
	float: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #0D4684;
	border-right-color: #0D4684;
	border-bottom-color: #0D4684;
	border-left-color: #0D4684;
	padding-left: 15px;
	margin-top: 30px;
	margin-right: 42px;
	overflow: auto;
	margin-bottom: 30px;
}
#texto p {
	text-indent: 5px;
	padding-bottom: 4px;
}
#texto p.acto {
	font-weight: bolder;
	color: #0D4684;
	padding-top: 12px;
	padding-bottom: 7px;
}

#texto p.ponentes {
	text-indent: 0px!important;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #595959;
	margin-left: 6px;
}

a.presentacion {
	color: #999999;
	display: block;
	margin-top: 3px;
	width: 150px;
	margin-bottom: 4px;
}

a.presentacion:visited {
	color: #999999;
}

a.presentacion:hover {
	text-decoration: none;
	color: #C51A25;
}


#pie {
	width: 200px;
	float: left;
	margin-top: 30px;
	padding-left: 12px;
	margin-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #0D4684;
}

#pie>p {
	font-size: 9px;
	display: block;
	clear: both;
	margin-top: 1060px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#pie img {
	display: block;
}
#pie a, #pie a:visited {
	color: #666666;
}
#pie a:hover {
	color: #C51A25;
}
#texto img {
	vertical-align: middle;
	margin-bottom: 5px;
	margin-top: 5px;
}
.peq {
	font-size: 10px;
	margin-left: 52px;
}
#streaming {
	width: 225px;
}
#streaming a .pulsa {
	padding-top: 5px;
	display: inline;
	padding-left: 3px;
	margin-top: 0px;
}
#streaming p {
	font-family: Verdana, Geneva, sans-serif!important;
	font-size: 9px!important;
	font-weight: bold;
	color: #0D4684!important;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
}
.lista {
	padding-left: 10px;
}
