
/* 
#####################################
DEFINICIONES COMUNES A TODO EL SITIO
#####################################
*/

body {
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(form_bg.gif);
	background-position: top center
}

#container {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#wrapper {
}

#content {
	margin-left: ;
	margin-right: ;
	background-color: #FFFFFF;
	/*margin-right: 250px;*/
	/*margin-left: 200px;*/
	padding: 10px;
}

.corte {
	line-height: 0px;
	clear: both;
	height: 1px;
}

/* ------- BARRA IDIOMAS ------- */

#barra_idiomas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3575B0;
	line-height: 120%;
	text-decoration: none;
	/* margin-right: 270px;*/
	/* margin-left: auto;*/
	text-align: right;
	margin-top: 0px;
	/* position: absolute;*/
	right: 0px;
}

#barra_idiomas a{
	color: #3575B0;
	text-decoration: none;
}
#barra_idiomas a:hover{
	color: #3575B0;
	text-decoration: underline;
}

/* ------- BANNER ------- */

#banner {
	position: relative;
	height: 205px;
	background-image: url(banner_bg.jpg);
	background-position: 490px;
}
#banner_left {
	height: 205px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#banner_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 30px;
	right: 160px;
	text-align: right;
}
#banner_right {
	background-image: url(banner_right.jpg);
	height: 205px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	background-repeat: no-repeat;
}
#banner_der_sin {
	background-image: url(banner_fotos.jpg);
	height: 205px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 250px;
	background-repeat: no-repeat;
}

/* ------- BANNER / NOTA ENTREVISTA -------- */

#header_nota {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 10px;
}
#header_nota h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #3C7A25;
	font-size: 13pt;
	line-height: 120%;
	margin-bottom: 5px;
}
#header_nota h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #3C7A25;
	font-size: 12pt;
	line-height: 120%;
	margin-bottom: 5px;
}
#header_nota p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3575B0;
	line-height: 120%;
}
#header_nota img {
	float: left;
	margin-right: 5px;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #3869AE;
	margin-top: 3px;
}
#header_entrevista_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3575B0;
	line-height: 120%;
	text-align: right;
	display: block;
	position: absolute;
	bottom: 15px;
	right: 10px;
	text-decoration: none;
}
#header_entrevista_links a{
	color: #3575B0;
	text-decoration: none;
}
#header_entrevista_links a:hover{
	color: #3575B0;
	text-decoration: underline;
}

/* ------ FOOTER ------- */

#footer {
	clear: both;


	margin-top: ;
	height: 95px;
	position: relative;
	background-image: url(footer_bg.gif);
	background-repeat: repeat-x;
}
#footer_left {
	background-image: url(footer_bg.gif);
	height: 95px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 200px;
	background-repeat: no-repeat;
}
#footer_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #FFFFFF;
	position: absolute;
	left: 30px;
	top: 30px;
	right: 160px;
	text-align: center;
}

#footer_right {
	background-image: url(footer_right.gif);
	height: 95px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 560px;
	background-repeat: no-repeat;
}
