/****************************************************************************************************************************
													R E S E T   C S S
*****************************************************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {   
	margin:0; 
	padding:0;
}   

table {
	border-collapse:collapse;
	border-spacing:0;
}   

fieldset, img {
	border:0;
}   

ol, ul {
	list-style:none;
}  

body{
	height: 100%;
}

/****************************************************************************************************************************
													C O M U N E S
*****************************************************************************************************************************/
.centrado{
	margin: 0 auto;
}

.alineacionv_top{
	vertical-align: top;
}
.alineacionv_base{
	vertical-align: bottom;
}
.alineacionv_centro{
	vertical-align: middle;
}

.margen_izq{
	padding-left: 15px;
}
.margen_der{
	padding-right: 15px;
}
.margen_top{
	margin-top: 15px;
}
.margen_base{
	padding-bottom: 15px;
}

.texto_justificado{
	text-align: justify;
}

/****************************************************************************************************************************
													 E S T I L O 
*****************************************************************************************************************************/
html, body{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #990000;
}

.ancho_site{
	width: 938px;
}

#header{
	margin-top: 10px;
	height: 100px;
	background: url(../img/pagina_top_bg.png) no-repeat;
}
#header #logo{
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-left: 20px;
}

#menu{
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 15px;
	margin-right: 15px;
}
#menu a{
	display:block;
	padding: 3px;
	width: 90px;
	height: 34px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: .9em;
	font-size: 12px;
	font-weight: bold;
}   
#menu a:link, #menu a:visited, #menu a:active{
	background-image: url(../img/pestana_normal.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000000;
}   
#menu  a.active, #menu a:hover {
	background-image: url(../img/pestana_sobre.png);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #000000;
}


#pagina_centro{
	background: url(../img/pagina_centro_bg.png) repeat-y;
}
#pagina_centro #contendio{
	padding: 10px 20px 10px 20px;
}
#banner{
	clear: both
	text-align: center;
	margin-bottom: 10px;
}

#izq_col{
	float: left;
	width: 176px;
}
#izq_col .top, #der_col .top{
	background: url(../img/top_izq.jpg) no-repeat;
	background-color: #F2E8E8;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1.5px;
}
#izq_col .text, #der_col .text{
	padding: 5px;
	background-color: #F2E8E8;
	
	border-left: 1px solid #993399;
	border-right: 1px solid #993399;
}
#izq_col .titulo, #der_col .titulo{
	background: url(../img/titulos_bg_izq.jpg) repeat-x;
	background-color: #F2E8E8;
	border: 1px solid #993399;
	padding: 10px 0 10px 0;
	text-align: center;
	font-weight: bold;
	color: #000000;
	letter-spacing: 2px;
}
#izq_col .base, #der_col .base{
	background: url(../img/base_bg_izq.jpg) bottom no-repeat;
	height: 10px;
}

#der_col{
	float: left;
	width: 176px;
	margin-left: 5px;
}

.menu_productos a{
	display: block;
	color:#000000;	
	background-color: #F2E8E8;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px dotted #993399;
}
.menu_productos a:hover{
	color:#ff0000;
	background-color: #d3b1c2;
	font-weight: bold;
}

#center_col{
	float: left;
	width: 530px;
	margin-left: 5px;
}
#center_col .titulo{
	font-size: 20px;
	letter-spacing: 5px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}

#center_col .haches1{
	font-size: 14px;
	text-align: left;
	color:#000000;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}

#center_col .titulos_chicos{
	font-size: 14px;
	color:#000000;
	text-align: left;
	letter-spacing: 1px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}


#footer{
	clear: both;
}
#footer_top{
	background: url(../img/footer_bg_top.jpg) no-repeat;
	height: 10px;
}
#footer_text{
	color: #252525;
	padding: 5px;
	font-size: 10px;
	text-align: center;
	background-color: #d3b1c2;
}
#footer_text a{
	margin: 0 10px 0 10px;
	color: #252525;
	text-decoration: none;
}
#footer_text a:hover{
	color: #990000;
}
#footer_base{
	background: url(../img/footer_bg_base.jpg) bottom no-repeat;
	height: 10px;
}

#pagina_base{
	clear: both;
	height: 15px;
	background: url(../img/pagina_base_bg.png) bottom no-repeat;
}
#poweredby{
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	color: #999999;
}