@charset "utf-8";
/* Web Centum - Estilos generales */

@import url("bloques.css");
@import url("links.css");
@import url("fonts.css");
@import url("titulos.css");
@import url("imagenes.css");
@import url("formularios.css");

html, body{
	background: #c4c4c4;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #454343;
	line-height: 19px;
	text-align: justify;
	height:100%;
}

.normalizador{
	width: 100%;
	height: 1px;
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.separador_tipo1{
	width: 100%;
	height: 1px;
	background: url(../img/separador_tipo1.gif) no-repeat center;
	margin: 8px auto;
}

.separador_tipo2{
	width: 100%;
	height: 1px;
	margin: 6px auto;
	border-top: dotted 1px #999;
}

.listas_contenido{
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
}

.listas_contenido li{
	margin: 7px 0px 7px 0px;
}


h2{
	padding-top: 5px;
	font-weight: bold;	
	font-size: 12px;
	text-align: left;
	width: 100%;
}

h3{
	font-weight: bold;	
	font-size: 12px;
	text-align: left;
	color: #9c313b;
	margin: 25px 0px 5px 0px;
}

.destacados{
	width: 665px;
	padding: 15px;
	background: #e9e7e8;
	border: solid 2px #e5e5e5;
}