/*Documento CSS para 

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:
**************************************************************************************/

/* import */

/* import */
@import 'secciones.css';

/*************************************************************************************
Elementos 
**************************************************************************************/
* {
	margin:0px;
	padding:0px;
}
/***********************
	encabezados
***********************/
h3 {
	/* width:290px; */
	text-align:left;
	margin-top:10px;
	margin-left:130px;
	font-size:18px;
	font-style:italic;
	font-weight:400;
}
h4 {
	color:#09F;
	font-weight:bold;
}
	
/***********************
	img
***********************/
img {
	border:none;
}
/***********************
	ul
***********************/
ul {
	list-style:none;
}
/***********************
	p
***********************/
p {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 5px;
	color:#999;
}
/***********************
	span
***********************/
span.span_a {
	color:#ccc;
	font-weight:bold;
}
span.span_b {
	color:#09F;
	font-weight:bold;
}
span.span_c {
	color:#FF0;
}
span.span_d {
	color:#FF0;
	font-weight:bold;
}
span.precio_oferta {
	color:#FF0;
	font-weight:bold;
	font-size:24px;
}
/**************************************************************************************
	BODY 
**************************************************************************************/
body {
	background-color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
/***************************************************************************************
	CONTENEDOR
***************************************************************************************/
#contenedor {
	width:900px;
	margin:auto;
}
/***************************************************************************************
	CABECERA
***************************************************************************************/
#cabecera {
	width:100%;
	height:140px;
	background:url(../imagenes/bg_cabecera.jpg) no-repeat;
}
#cabecera img {
	margin-top:20px;
	float:left;
}
ul#menu_principal {
	float:right;
	margin-top:110px;
	width:485px;
	height:30px;
	background:url(../imagenes/bg_menu_principal.jpg) no-repeat;
}
ul#menu_principal li {
	display:inline;
	margin-top:10px;
	height:33px;
	margin-right:5px;
}

ul#menu_principal a {
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	font-size:14px;
	text-decoration:none;
	font-weight:500;
}

ul#menu_principal a:hover {
	color:#0CF;
}
/***************************************************************************************
	MENU PRINCIPAL
***************************************************************************************/
#menu_principal {
}
/***************************************************************************************
	CONTENIDOS
***************************************************************************************/
#contenido {
	width:100%;
	padding-top:42px;
	background:url(../imagenes/bg_contenido.jpg) no-repeat;
	text-align:left;
}

#principal {
	background:url(../imagenes/bg_columna_4xl.jpg) no-repeat;
}
/************************************
		COLUMNAS
************************************/ 
.columna_xxs,  .columna_xs,  .columna_s,  .columna_m,  .columna_l,  .columna_xl,  .columna_xxl,  .columna_3xl,  .columna_4xl {
	float:left;
	margin-bottom:25px;
}
.columna_xxs {width:200px;}
.columna_xs {width:300px;}
.columna_s {width:400px;}
.columna_m {width:450px;}
.columna_l {width:500px;}
.columna_xl {width:600px;}
.columna_xxl {width:700px;}
.columna_3xl {width:800px;}
.columna_4xl {width:900px;}

/************************************
		BLOQUES
************************************/ 
.bloque_xxs,  .bloque_xs,  .bloque_s,  .bloque_m,  .bloque_l,  .bloque_xl,  .bloque_xxl,  .bloque_3xl,  .bloque_4xl {
	padding:10px;
	float:left;
}
.bloque_xxs {width:180px;}
.bloque_xs {width:280px;}
.bloque_s {width:380px;}
.bloque_m {width:430px;}
.bloque_l {width:480px;}
.bloque_xl {width:580px;}
.bloque_xxl {width:680px;}
.bloque_3xl {width:780px;}
.bloque_4xl {width:880px;}
	
	.cabecera_bloque {
		height:30px;
	}
	.cuerpo_bloque {
		padding:20px;
	}
	.pie_bloque_ {
	}

/***************************************************************************************
	PIE WEB
***************************************************************************************/
#pie {
	padding-top:30px;
	text-align:left;
	height:80px;
}

#pie h6 {
	font-size:10px;
	color:#666;
	font-weight:lighter;
}
#pie #idominiun {
	float:right;
}
#idominiun img {
	border:none;
}
/***************************************************************************************
	EXTRAS
***************************************************************************************/
.limpia {
	clear:both;
}
