/* Alambre Estudio Gráfico
   www.alambre.net
   //
   Estilos Alambre Estudio CSS+XHTML
   Estructura General
   Enero 2010
*/

/* General */

body{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: white;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 30px;
}

a{
	text-decoration: none;
}

a:link{
	color: #666666;
}

a:visited{
	color: #666666;
}

a:hover, a.activeSlide, a.sel{
	color: #000000;
}

a:active{
	color: #D1006E;
}

#wrap{
	margin-left: auto;
	margin-right: auto;
	margin-top: 27px;
	width: 870px;
	position: relative;
	text-align: left;
}

#cabecera{
}

#menu{
	background-repeat: repeat-x;
	margin-top: 15px;
	min-height: 32px;
  	height:auto !important;
  	height:32px;
  	background-image: url(../img/estructura/menus/sub_raya.gif);
}

#contenido{
	color: #595954;
	min-height: 20px;
	width: 870px;
	overflow-x: hidden;
}

#pie{
	border-top-color: black;
	border-top-width: 5px;
	border-top-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #969696;
}

/* Cabecera y menus */

#cabecera h1{
margin-left: -10px;
}

#menu .sep{
	padding-left: 8px;
	padding-right: 8px;
	color: #969696;
}

#secciones{
	width: 700px;
	float: left;
	font-size: 14px;
}

#idiomas{
	font-size: 11px;
	width: 169px;
	float: right;
	text-align: right;
}

#idiomas .sep{
	padding-left: 4px;
	padding-right: 4px;
	color: #969696;
}


#menu ul{
clear: left;
}

#menu ul li{
	display: block;
	height: 32px;
	float: left;
}

#menu ul li.sel{
	background-position: 16px;
	height: 32px;
	background-image: url(../img/estructura/menus/sub_sel.gif);
	background-repeat: no-repeat;
}

#menu ul li.sel a, #menu ul li.sel2 a{
	color: #000000;
}

#tit_seccion{
	text-align: right;
	height: 28px;
	padding-top: 20px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#tit_seccion h2{
	font-size: 24px;
	font-weight: bold;
	color: black;
}

/* Contenido */

#contenido p.bodytext{
	margin-bottom: 15px;
}

#imagen_principal{
	width: 870px;
	clear: both;
	margin-top: 40px;
	padding-bottom: 30px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 393px;
	overflow: hidden;
}

/* Pie */

#bread{
width: 600px;
float: left;
}

#bread .minilogo{
margin-top: 49px;
margin-left: -6px;
}

#bread .sep{
padding-left: 5px;
padding-right: 5px;
}

#sched{
width: 260px;
float: right;
text-align: right;
}

#sched .copy{
color: black;
}

#sched .dir{
margin-top: 42px;
color: black;
}


