body {
	background: url(../images/bg1.jpg) center top repeat-y;
	font-size: 0.8em;
	font-family: Verdana ,Arial, SunSans-Regular, Sans-Serif;
	color:#222222;  
	text-align:center;
	margin:0px;
	padding:0px;
}

a { 
	font-size: 11px;
	background-color:transparent;
	text-decoration: none;
	border: none;
	outline: none;
}

img {
	border: 0;
}

h1 {
	font-size:1.5em;
	text-transform:uppercase;
	color: #000000;
	margin:0;
	background-color: transparent;
}

h2 {
	font-size:1.3em;
	text-transform:uppercase;
	color: #ffffff;
	margin:0;
	background-color: transparent;
}

#textoArticulo {
	font-size:1em;
	word-spacing:0.1em;
	line-height:1.4em;
	margin:0px 30px 10px 0px;
}

.btnTexto {
	margin:0px 20px 10px 0px;
}

.cajaImagen {
	float:right;
	padding:6px 12px 6px 12px;
}

.cajaMasInfo {
	border:1px solid #CCCCCC;
	font-size:0.8em;
	text-align:right;
	width:188px;
	margin:2px 0px 0px 0px;
	padding:2px 3px 2px 0px;
}

.tituloDoc {
	width:500px;
	float:left;
	margin:0px 0px 15px 0px;
}

.subtituloDoc {
	width:500px;
	margin:0px 0px 15px 0px;
	clear:both;
	font-size:1em;
	word-spacing:0.1em;
	line-height:1.7em;
	font-style:italic;
	font-weight:bold;
}

.herramientas {
	float:right;
	padding:0px 10px 0px 0px;
	margin:0px 0px -5px 0px;
	line-height:1.7em;
}

.paginas {
	font-size:12px;
	padding:0px 3px 0px 0px;
	color:#E7C9DC;
}

	a:hover {
		color:#910960;
	}
	
/*Estructura*/

#principal {
	width:750px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

#preHeader {
	background: url(../images/bg0.jpg) center top no-repeat;
	height:579px;
}

#lateral {
	width:175px;
	padding:0px;
	float:left;
	background-color:#FFFFFF;
}
	#pastillaLateral {
		background: url(../images/fondo-pastilla-lateral.gif);
		width: 150px;
		height: 30px;
		text-align: center;
		margin: 0px 0px 0px 13px;
	}
	
#cuerpo {
	width:563px;
	float:right;
	background-color:#fff;
	overflow: auto;
	margin:15px 0px 0px 0px;
}

#cabecera {
	height: 130px;
	margin: 0px 0px 10px 0px;
}


/*Menu*/

#menu-superior li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#timeBox {
	background-image:url(../images/btn-fecha.gif);
	color:white;
	width:197px;
	float:right;
	height:29px;
}
	
	#timeBoxIn {
		padding:4px 0px 0px 10px;
		text-align:center;
		font-weight:bolder;
		margin:0px 0px 0px 0px;
		font-size:11px;
	}

#lastEditoriales {
	margin:10px 0px 0px 0px;
	border:1px solid #97196A;
	width:345px;
}

#listaarticulos {
	list-style-type:none;
	color:#222222;
}
	#listaarticulos li {
		padding:0px 0px 4px 0px;
	}
	
	#listaarticulos a {
		color:#222222;
	}
	
	#listaarticulos a:hover {
		color:#A04170;
	}
	
#searchForm a:Link {
	color:#fff;
}

#searchForm a:Visited {
	color:#fff;
}

#searchForm a:Hover {
	color:#fff;
}