/*Documento CSS para 

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:



*************************************************************************************/

/* import */
@import 'secciones.css';
@import 'pie_web.css';


/*************************************************************************************
	General
**************************************************************************************/
* {
	margin:0px;
	padding:0px;
}
/**************************************************************************************
	BODY 
**************************************************************************************/
body {
	background:#333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
/*************************************************************************************
	ELEMENTOS GENERICOS
**************************************************************************************/
/*****************
	enlaces 
******************/
a {
	text-decoration:none;
}

a.enlace_generico_a {
	color:#F60;
}
a.enlace_generico_a:hover {
	color:#0C3;
}
/*****************
	ULs
******************/
ul {
	list-style:none;
}

ul.ul_generico_a {
	margin-top:5px;
}
ul.ul_generico_a li {
	padding-left:15px;
	margin-bottom:10px;
	background: url(../imagenes/adorno_1.jpg) no-repeat;
}
/*****************
	parrafos
******************/
p {
	margin:5px 0px;
	line-height:18px;
	color:#666;
}
/*****************
	encabezados
******************/
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:300;
	color:#333;
}

h3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	color:#093;
}

/*****************
	imagenes
*****************/
img {
	border:none;
}
/*****************
	span
******************/
span.span_a {
	color:#F60; /* naranja */	
}
span.span_b {
	color:#f60;
	font-weight:bold;
}
span.span_c {
	color:#51a54f; /* verde */
}
span.span_d {
	color:#51a54f;
	font-weight:bold;
}
/***************************************************************************************
	CONTENEDOR
***************************************************************************************/
#contenedor {
	width:950px;
	margin:auto;
}
/***************************************************************************************
	CABECERA
***************************************************************************************/
#cabecera {
	/*padding-top:4px;*/
	width:100%;
	height:96px;
	background: url(../imagenes/bg_cabecera.jpg) no-repeat;
}
#cabecera img {
	border:none;
	margin:0px;
	float:left;
}
/***************************************************************************************
	MENU PRINCIPAL
***************************************************************************************/
ul#menu_principal {
	height:84px;
	float:right;
	margin-right:30px;
	margin-top:6px;
	width:602px;
	text-align:left;
}
ul#menu_principal li {
	display:inline-block;
}
ul#menu_principal li,
ul#menu_principal a {
	height:84px;
}
ul#menu_principal a {
	display:block;
	text-decoration:none;
  text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:84px;
	padding:0px 20px;
}
ul#menu_principal a:hover {
	background: url(../imagenes/bg_menu_sobre.jpg) repeat-x;
}
/***************************************************************************************
	CONTENIDOS
***************************************************************************************/
#contenido {
	width:900px;
	background:#fff url(../imagenes/bg_contenido.jpg) repeat-y;
	padding: 0px 25px 25px 25px;
	text-align:left;
}
/************************************
		BLOQUES
************************************/ 
.bloque_xxs,  .bloque_xs,  .bloque_s,  .bloque_m,  .bloque_l,  .bloque_xl,  .bloque_xxl,  .bloque_3xl,  .bloque_4xl {
	padding:10px;
	float:left;
	margin-bottom:20px;
}
.bloque_xxs {width:200px;}
.bloque_xs {width:230px;} /* 250 */
.bloque_s {width:280px;} /* 300 */
.bloque_m {width:380px;} /* 400 */
.bloque_l {width:480px;} /* 500 */
.bloque_xl {width:580px;} /* 600 */
.bloque_xxl {width:680px;} /* 700 */
.bloque_3xl {width:780px;} /* 800 */
.bloque_4xl {width:880px;} /* 900 */

.cabecera_bloque {
	width:100%;
	height:30px;
}

.cuerpo_bloque_a,
.cuerpo_bloque_b,
.cuerpo_bloque_c {
	/*min-height:200px;*/
	padding:10px;
}
.cuerpo_bloque_b {
	/*background:url(../imagenes/adorno_1.jpg) no-repeat;*/
	border-right:#ccc 1px dotted;
}
.cuerpo_bloque_c {
	/*background:url(../imagenes/adorno_1.jpg) no-repeat;*/
}


.pie_bloque {
	margin-top:10px;
	height:20px;
}
.pie_bloque a {
	border-top:#ccc 1px dotted;
	color:#F30;
}
.pie_bloque a:hover {
	text-decoration:underline;
}


/**********************************
		MENU FLASH
**********************************/
#flash {
	width:950px;
	height:300px;
	
}
/**********************************
		ASINC
**********************************/
#asinc {
  min-height:200px;
	margin-top:20px;
	text-align:left;
	border-bottom:#ccc 1px dotted;
}
#asinc h3 {
	font-size:16px;
	color:#439b21;
	margin-bottom:10px;
}
#asinc h3 span {
	color:#333;
}
#asinc p,
#asinc ul {
	color:#666;
	font-size:12px;
	line-height:20px;
	/*letter-spacing:2px;*/
}
#asinc ul {
	margin-left:30px;
	list-style:circle;
}

/*************************************************************************************
    FORMULARIO
*************************************************************************************/
form {
}

form label {
	width:100%;
	font-size:14px;
}

input.entrada_g,
textarea.entrada_g {
	width:90%;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	padding:2px;
}
input.entrada_g {
	height:15px;
}
textarea.entrada_g {
	height:200px;
}

input.boton {
	width:100px;
	height:30px;
	color:#439b21;
	font-weight:bold;
	font-size:10px;
	display:block;
}
form p {
	margin-bottom: 5px;
}

form p.alert {
}
/***************************************************************************************
	EXTRAS
***************************************************************************************/

.limpia {
	clear:both;
}

