/* CSS Document */
@import url("popin.css");
@import url("reset.css");
@import url("menu.css");


* {  text-decoration: none; color: #000000; text-align: justify;}
p { margin: 0 0 8px; color: #666; line-height: 18px; }

strong { font-weight: bold; color: #0082c4; font-size: 11px; }
em {}

html { background: url(../images/bg_bottom.jpg) center bottom no-repeat; }

body { height: 100px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #666; line-height:16px; background: url(../images/bg_top.png) center top no-repeat; }

div#l_all{ width: 960px; margin: 0 auto; padding: 0; }

div#content { }

#content a, #content a:active, #content a:link, #content a:visited { font-weight: bold; color: #0082c4; text-decoration: underline; }
#content a:hover { text-decoration: none; color: #f5821f; }

h1 { text-indent: -9999px; overflow: hidden; width: 100%; float: left; border-bottom: 1px solid #ccc; height: 25px; margin: 0 0 20px; padding: 0 0 10px; }

/*Cabecera*/

#cabecera { float: left; width: 100%; clear: both; margin: 20px 0; }

#cabecera img { float: left; }

#cabecera .patrocinadores { width: 534px; float: right; margin: 47px 0 0; }

#cabecera .patrocinadores h2 {
	float: left;
	overflow: hidden;
	width: 411px;
	height: 24px;
	text-indent: 99999px; 
	background: url(../images/header_organizadores.png) top left no-repeat;
}

#cabecera .patrocinadores a.patroc {
	float: right;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 0 0 10px;
	font-size: 11px;
	color: #0082c4;
	background: url(../images/arrow_blue.png) 0 12px no-repeat;
}
#cabecera .patrocinadores a.patroc:hover { text-decoration: none; }

#footer { float: left; width: 100%; height: 280px; }