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


/*-----------------------------------------------------------------------------------*/
/* En General */
* {
margin : 0;
padding : 0;
}

body    {
	background-color:#666666;
	color : #333333;
	text-align : justify;
	font-family: Trebuchet MS,Century Gothic,Arial,Helvetica, Arial, sans-serif;
	font-size: 11px;
}

h1, h2, h3, p, ul {
padding : 0.5em 0;
}

h3 { 
color:#666666;
}

ul{
list-style-type: none;
}


/*-----------------------------------------------------------------------------------*/
/* principal */
div#contenedor {
	position : relative;
	width : 630px;
	margin : 0 auto;
	margin-top: 25px;
	left: 0;
}


/*-----------------------------------------------------------------------------------*/
/* cabecera */
div#cabecera {
	width : 630px;
	height : 83px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-image:url(imagenes/logo_cabecera.gif);
	background-repeat: no-repeat;
}

div#pestanas {
	width : 630px;
	height : 35px;
	left: 0px;
	top: 81px;
	position: absolute;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-variant : small-caps;
	letter-spacing: opx;
}


div#pestanas1, div#pestanas2, div#pestanas3, div#pestanas4, div#pestanas12, div#pestanas22, div#pestanas32, div#pestanas42{
	top: 0;
	width: 150px;
	position: absolute;
}

div#pestanas a{
	height: 35px;
	padding-top:7px;
	display: block;
	background-repeat: no-repeat;
	color: #333333;
}

div#pestanas a:hover{
	text-decoration: none;
}

div#pestanas1, div#pestanas2, div#pestanas3, div#pestanas4{
	background-image: url(imagenes/pestana_activa.gif);
	background-repeat: no-repeat;
}

div#pestanas1 a:hover, div#pestanas2 a:hover, div#pestanas3 a:hover, div#pestanas4 a:hover{
	background-image: url(imagenes/pestana_activarollover.gif);
	background-repeat: no-repeat;
}

div#pestanas12, div#pestanas22, div#pestanas32, div#pestanas42{
	background-image: url(imagenes/pestana_inactiva.gif);
	background-repeat: no-repeat;
}

div#pestanas12 a:hover, div#pestanas22 a:hover, div#pestanas32 a:hover, div#pestanas42 a:hover{
	background-image: url(imagenes/pestana_inactivarollover.gif);
	background-repeat: no-repeat;
}
div#pestanas1, div#pestanas12 {
	left: 0;
}

div#pestanas2, div#pestanas22 {
	left:160px;
}

div#pestanas3, div#pestanas32 {
	left:320px;
}

div#pestanas4, div#pestanas42 {
	left:480px;
}



/*-----------------------------------------------------------------------------------*/
/* contenido */
div#contenido {
	width : 630px;
	left: 0px;
	top: 116px;
	position: absolute;
	background-image: url(imagenes/fondo.gif);
	
	/*
	border-right: solid #222222 1px;
	border-left: solid #222222 1px;
	*/
}

div#ancla {
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;
	width : 570px;
	height: 30px;
	background-color: #CCCC99;
	text-align : left;
	font-size: 24px;
}

div#articulo {
	margin: 20px 20px 20px 20px;
	top: 0px;
	position: relative;
	padding-bottom: 30px;
	border-bottom : 1px solid #E3B9C0;
	left: 1px;
	color: #333333;
	font-size: 11px;
	font-family: Trebuchet MS,Century Gothic,Arial,Helvetica, Arial, sans-serif;
	letter-spacing : 0px;
	text-align: justify;
}

div#columncen {
	width: 570px;
	left: 0px;
	top: 0px;
}

div#columnaizq {
	width: 275px;
	left: 0px;
	top: 0px;
}

div#columnder {
	width: 275px;
	left: 315px;
	top: 0px;
	position: absolute;
}

div#articulo img{
	border-bottom-width: 0;
	margin-bottom: 20px;
}

div#articulo h4{
	margin-top: 20px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
}

div#articulo h3{
	margin-bottom: 0px;
	margin-top: 20px;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #744141;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
}

div#articulo h3 a:link{
	font-family: Trebuchet MS,Century Gothic,Arial,Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #744141;
	letter-spacing : 1px;
}

div#piepagina {
	text-align: center;
	font-size: 10px;
	color: #333333;
	height: 55px;
	width: 590px;
	padding: 0px 20px 20px 20px;
	position: relative;
	background-image: url(imagenes/pie.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

div#creditos {
position: absolute;
top: 100%;
margin-top: 20px;
margin-bottom: 20px;
height: 71px;
width: 311px;
left: 50%;
margin-left: -155px;
}

/*-----------------------------------------------------------------------------------*/
/* links y demás */
abbr, acronym {
text-decoration : none;
border-bottom : 1px dotted #ccc;
cursor : help;
}

a:link, a:visited {
color : #AB2941;
text-decoration : none;
}

a:hover {
text-decoration : underline;
}






/*-----------------------------------------------------------------------------------*/
/* menu rapido */
div#linklista {
	width : 143px;
	left: 645px;
	top: 256px;
	position: absolute;
	text-align: right;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

div#listageneral {
	color : #333333;
	font-size : 18px;
	letter-spacing : 0px;
	line-height : 150%;
	padding-bottom: 10px;
	border-bottom : 1px solid #E3B9C0;
}

div#listageneral a:link, div#listageneral a:visited {
	color : #333333;
	font-variant : small-caps;
}

div#listageneral a:hover {
	font-variant : small-caps;
	color: #FFFFFF;
	background-color: #AB2941;
	text-decoration: none;
}

div#sublista {
	color : #333333;
	font-size : 12px;
	letter-spacing : 0px;
	line-height : 150%;	
}

div#sublista a:link, div#sublista a:visited {
	color : #333333;
}

div#sublista a:hover {
	color: #FFFFFF;
	background-color: #AB2941;
	text-decoration: none;
}
.data
{
    BORDER-RIGHT: #797572 thin solid;
    BORDER-TOP: #797572 thin solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    LEFT: 100px;
    BORDER-LEFT: #797572 thin solid;
    COLOR: #666699;
    BORDER-BOTTOM: #797572 thin solid;
    FONT-FAMILY: Verdana, Arial;
    TOP: 250px
}
.data TH
{
    FONT-WEIGHT: bolder;
    COLOR: #ffffff;
    BACKGROUND-COLOR: #797572
}
