/*Documento CSS para IDOMINIUN.COM

realizado por idominiun

www.idominiun.com
info@idominiun.com
**************************************************************************************
INFO:
Ancho de la web:950 px
Ancho de los contenidos: 900px


/*************************************************************************************
Para todo el documento
**************************************************************************************/
* {margin:0px; padding:0px;}
/**************************************************************************************
	BODY
**************************************************************************************/
body {
	text-align:center;
	background:#fff url(../imagenes/bg_body.gif) repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
/*************************************************************************************
Elementos Genericos
**************************************************************************************/
/**********************************
		UL, LI
**********************************/
li {
	list-style:none;
	margin-bottom:5px;
	text-align:left;
}

/**********************************
		IMAGENES
**********************************/
img {border:none;}

/**********************************
		ENLACES
**********************************/
a {
	font-weight:bold;
	color:#007897;
	text-decoration:none;
}
a:link, a:visited {}
a:hover {color:orange;}

p {line-height:150%;}

/**********************************
		ENCABEZADOS (Hs)
**********************************/
	h1.encabezado_ppal {
		font-family:Arial, Helvetica, sans-serif;
	 	font-size:48px;
		color:#3a3a3a;
		height:60px;
	}
	#a {
		text-align:right;
		padding-top:200px;
		margin-right:30px;
	}
	#b {
		text-align:left;
		padding-top:10px;
		margin-left:30px;
	}
	#c {text-align:center;}

h2 {font-size:18px;}

h2.a, h3.a {text-align:right; padding-right:30px;}

/***************************************************************************************
	CONTENEDOR
***************************************************************************************/
#contenedor {width:950px; margin:auto;}

/***************************************************************************************
	CABECERA
***************************************************************************************/
#cabecera {
	background:#000 url(../imagenes/cabecera.jpg) no-repeat;
	width:950px;
	height:130px;
	margin-bottom:15px;
}
		h1.pos {
			font-size:10px;
			text-align:right;
			color:#666;
			height:20px;
			line-height:20px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#cabecera h1 a {
			color:#666;
			font-size:10px;
			font-family:Arial, Helvetica, sans-serif;
		}
		#cabecera h1 a:hover {color:#ccc;}

/***************************************************************************************
	MENU PRINCIPAL es una ul situada en la div cabecera
***************************************************************************************/
ul.menu_principal {
	float:right;
	margin-top:85px;
	width:600px;
	height:15px;
	text-align:right;
}
ul.menu_principal li {
	display:inline;
	height:15px;
	margin-left:5px;
	color:#393939;
}

/****************/
a.enlace_menu, a.enlace_menu_activo {
	font-size:14px;
	color:#cacaca;
	font-weight:normal;
}
a.enlace_menu:hover, a.enlace_menu_activo {
	text-decoration:none;
	color:#ffae0f;
}

/***************************************************************************************
	BANNER SUPERIOR
***************************************************************************************/
#banner_superior {
	width:950px;
	height:175px;
	margin-bottom:20px;
}
 #banner_superior ul {
	padding:10px 20px;
	width:908px;
	height:133px;
 }
 #banner_superior li {
 		margin:4px;
		width:142px;
		height:142px;
		display:block;
		float:left;
 }

 #banner_superior a {
	 	padding:15px 15px;
		width:120px;
		height:120px;
		display:block;
	 	text-align:center;
		font-size:14px;
		font-weight:normal;
		color:#007897;
 }
 #banner_superior a:hover {
	 color:#ffae0f;
 }
	/* web */
	li.bloque_web_banner_sup {
	 background:url(../imagenes/bg_banner_sup_web.png) no-repeat;
	}
	/* grafico */
	li.bloque_grafico_banner_sup {
	 background:url(../imagenes/bg_banner_sup_grafico.png) no-repeat;
	}
	/* multimedia */
	li.bloque_multimedia_banner_sup {
	 background:url(../imagenes/bg_banner_sup_multimedia.png) no-repeat;
	}
	/* posicionamiento */
	li.bloque_posicionamiento_banner_sup {
	 background:url(../imagenes/bg_banner_sup_posicionamiento.png) no-repeat;
	}
	/* programacion */
	li.bloque_programacion_banner_sup {
	 background:url(../imagenes/bg_banner_sup_programacion.png) no-repeat;
	}
	/* seguridad */
	li.bloque_seguridad_banner_sup {
	 background:url(../imagenes/bg_banner_sup_seguridad.png) no-repeat;
	}
/***************************************************************************************
	CONTENIDO
***************************************************************************************/
#contenido {
	padding:0px 25px;
	background:#fff url(../imagenes/bg_contenido.gif) repeat-y;
}

#cabecera_contenido {
	background:#fff url(../imagenes/cabecera_contenido.jpg) no-repeat;
	height:30px;/*provisional*/
}

#pie_contenido {
	height:110px;
	background:#fff url(../imagenes/pie.jpg) bottom no-repeat;
}

/**********************************
		ELEMENTOS DE CONTENIDO
**********************************/
/* COLUMNAS */		/* Incluyen los bloques */
.columna_m,
.columna_g,
.columna_sg {
	margin-bottom:20px;
}
.columna_m {
	width:300px;
}
.columna_g {
	width:450px;
}
.columna_sg {
	width:600px;
}

	#izquierda {
		float:left;
	}
	#derecha {
		float:right;
	}


/* BLOQUES */
/**********************************
Tamanos: bloque_generico: sin medida
		 bloque_m:300px width
		 bloque_g:450px width
		 bloque_sg:600px width
		 bloque_xg:900px width
**********************************/
.bloque_generico {
}

.bloque_m,
.bloque_m_index,
.bloque_g,
.bloque_sg {float:left;}

.bloque_m,
.bloque_m_index {width:300px; background:url(../imagenes/bg_bloque_contenido_m.gif);}

.bloque_m_index {height:260px;}

.bloque_g {width:450px;	background:url(../imagenes/bg_bloque_contenido_g.gif);}
.bloque_sg {width:600px; background:url(../imagenes/bg_bloque_contenido_sg.gif);}
.bloque_xg {width:900px;}


/* CABECERAS */
.bloque_cabecera_m {height:50px;}
.bloque_cabecera_g {height:65px;}
.bloque_cabecera_sg {height:20px; background:url(../imagenes/cabecera_bloque_sg.gif) no-repeat;}


/* CUERPOS */
.bloque_cuerpo_generico {padding:10px;}

.bloque_cuerpo { /* cuerpos usados para los bloques con caja. Tienen padding-top 100 porque tienen de fondo una imagen */
	margin-top:20px;
	padding-top:100px;
}
.bloque_cuerpo_productos { /* cuerpos usados para los bloques con caja. Tienen padding-top 160 porque tienen de fondo una imagen */
	margin-top:20px;
	padding-top:160px;
}


/* PIES */
.bloque_pie_m,
.bloque_pie_g {
	padding-top:10px;
	padding-right:25px;
	text-align:right;
	height:30px;
}
.bloque_pie_m {
	background:url(../imagenes/pie_bloque_contenido_m.gif) no-repeat;
}
	.bloque_pie_m a {
		font-size:12px;
		font-weight:lighter;
	}

.bloque_pie_g {
	background:#fff url(../imagenes/pie_bloque_contenido_g.gif) no-repeat;
}
		.bloque_pie_g a {
			font-size:12px;
			color:#ffae0f;
			}
		.bloque_pie_g a:hover {
			color:#fafafa;
		}

.bloque_pie_sg {
	height:20px;
	background:url(../imagenes/pie_bloque_sg.gif) no-repeat;
}
.bloque_pie_m a,
.bloque_pie_g a,
.bloque_pie_sg a {
	font-weight:lighter;
}

/* OTROS ELEMENTOS */
.bloque_cuerpo img { /* imagenes situadas dentro de bloque_cuerpo */
	margin-top:20px;
}

p.contenidos,
ul.contenidos,
p.ind {
	padding:20px;
	text-align:left;
}

p.ind {
	text-indent:20px;
}

p.descripcion {
	margin:10px;
	font-size:10px;
	color:#999;
}

/***************************************************************************************
	PIE WEB
***************************************************************************************/
#pie_web {
	padding-top:50px;
	width:100%;
	background:#000 url(../imagenes/bg_pie_web.jpg) repeat-x;	
	font-size:12px;
	text-align:center;
}

#contenido_pie {
	padding:0 30px;
	width:880px;
	margin:auto;
}

.bloque_pie {
	float:left;
	text-align:left;
	margin:5px 15px;
}
.m {
	width:260px;
}
.g {
	width:890px;
}
	.bloque_pie h4 {
		font-size:16px;
		font-weight:normal;
		border-bottom:#666 1px dotted;
	}
	
	.bloque_pie ul {margin:20px 0 20px 20px;}
	.bloque_pie ul li {margin-bottom:10px;}
	.bloque_pie ul a {color:#999; font-weight:normal;}
	.bloque_pie ul a:hover {color:#fafafa; text-decoration:underline;}

ul.validacion {
	margin-top:70px;
}

.social_media {
	margin:50px 0 0 20px;
}
.social_media h5 {}
.social_media ul {margin:0;}
.social_media ul li {float:left; margin:3px;}

/**********************************
		SECCIONES
**********************************/

/**********************
		INDEX
**********************/
#contenido_index {
	padding:0px 25px 0px 25px;
	background:#fff url(../imagenes/bg_contenido.gif) repeat-y;
}

.bloque_cuerpo_m_index {
	margin-top:10px;
	margin-bottom:0px;
	height:180px;
}


/* PORTAFOLIO EN INDEX */
#portafolio_index {
	text-align:left;
	width:900px; /*900*/
	height:355px; /*315*/
	margin-bottom:20px;
	z-index:10;
}
#portafolio_index h2 {
	color:#363636;
	font-weight:normal;
	font-size:24px;
	text-indent:20px;
}
#img_1 {
	margin-left:0px;
}
#img_2 {
	margin-left:450px;
	margin-top:-150px;
}
#img_3 {
	margin-left:0px;
	margin-top:0px;
}
#img_4 {
	margin-left:450px;
	margin-top:-165px;
}
#datos {
	margin-top:-200px;
	margin-left:530px;
	z-index:20;

}

/* ESLOGAN en index*/
#eslogan {
	margin:25px 0 20px;
	padding:25px 30px;
	width: 840px;
	height: 45px;
	background:url(../imagenes/bg_eslogan_index.jpg) no-repeat;

}
 #eslogan h3 {
 	 /*font: Verdana, Geneva, sans-serif 14px italic #333; */
	font-size:16px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:24px;
 }

/*	NOTICIAS EN INDEX */
#cuerpo_noticias_index {
	padding:0px 30px 10px 30px;
	text-align:left;
}
	#cuerpo_noticias_index h1 {
		font-size:16px;
		font-weight:lighter;
		margin-bottom:5px;
	}
	#cuerpo_noticias_index h2 {
		font-size:10px;
		font-weight:normal;
		color:#999999;
	}
	p.parrafos_noticias_index {
		text-indent:20px;
	}
/* ULTIMO TRABAJO */
#cabecera_ultimo_trabajo {
	background:url(../imagenes/cabecera_bloque_ult_trab.gif) no-repeat;
}

/* CITAS */
#cabecera_citas {
	background:url(../imagenes/cabecera_bloque_citas.gif) no-repeat;
}
#cuerpo_citas_index {
	padding:0px 30px 10px 30px;
	text-align:left;
}
	#cuerpo_citas_index h1 {
		font-size:16px;
		font-weight:lighter;
		margin-bottom:5px;
	}

	p.parrafos_citas_index {
		font-style:italic;
		text-indent:20px;
		font-weight:bold;
	}

/* VARIOS EN INDEX */
#cabecera_promociones {
	background:url(../imagenes/cabecera_bloque_promociones.gif) no-repeat;
}

#cabecera_ofertas {
	background:url(../imagenes/cabecera_bloque_ofertas.gif) no-repeat;
}

#cabecera_novedades {
	background:url(../imagenes/cabecera_bloque_novedad.jpg) no-repeat;
}

/*********************************
		SOLUCIONES
**********************************/

#cabecera_soluciones {
	background:url(../imagenes/cabecera_bloque_soluciones.gif) no-repeat;
}

/* bloques */
ul.cuerpo_soluciones {
	padding:30px 10px 10px 10px;
	height:335px;
}
ul.cuerpo_soluciones li {
	text-align:center;
}
ul.cuerpo_soluciones img {
	margin:auto;
}

	/*******************
		DESARROLLO WEB
	*******************/
	/* Presencia */
	#cabecera_presencia {
		background:url(../imagenes/cabecera_bloque_presencia.jpg) no-repeat;
	}

	#cuerpo_presencia {
		background:url(../imagenes/bg_presencia.jpg) center top no-repeat;
	}

	/* Corporativa */
	#cabecera_corporativa {
		background:url(../imagenes/cabecera_bloque_corporativa.jpg) no-repeat;
	}
	#cuerpo_corporativa {
		background:url(../imagenes/bg_corporativa.jpg) center top no-repeat;
	}

	/* eCommerce */
	#cabecera_ecomerce {
		background:url(../imagenes/cabecera_bloque_ecomerce.jpg) no-repeat;
	}
	#cuerpo_ecomerce {
		background:url(../imagenes/bg_ecomerce.jpg) center top no-repeat;
	}

	/* Alojamiento */
	#cabecera_alojamiento {
		background:url(../imagenes/cabecera_bloque_alojamiento.jpg) no-repeat;
	}
	#cuerpo_alojamiento {
		background:url(../imagenes/bg_alojamiento.jpg) center top no-repeat;
	}

	/* tecnologias */
	ul.tecnologias {
		width:390px;
		height:70px;
		display:block;
		padding-left:60px;
		clear:left;
	}
		ul.tecnologias li {
			float:left;
			padding:5px;
			margin-right:5px;
			width:70px;
			height:70px;
		}

	/*******************
		PROGRAMACION
		A MEDIDA
	*******************/

	/* Aplicacion a medida */
	#cabecera_programacion {
		background:url(../imagenes/cabecera_bloque_aplicacion.jpg) no-repeat;
	}
	#cuerpo_programacion {
		background:url(../imagenes/bg_programacion.jpg) center top no-repeat;
	}


	/*******************
		DISENO GRAFICO
	*******************/
	/* Publicidad */
	#cabecera_publicidad {
		background:url(../imagenes/cabecera_bloque_publicidad.jpg) no-repeat;
	}
	#cuerpo_publicidad {
		background:url(../imagenes/bg_publicidad.jpg) center top no-repeat;
	}

	/* Imagen Corporativa */
	#cabecera_imagen_corporativa {
		background:url(../imagenes/cabecera_bloque_imagen_corporativa.jpg) no-repeat;
	}
	#cuerpo_imagen_corporativa {
		background:url(../imagenes/bg_imagen_corporativa.jpg ) center top no-repeat;
	}

	/*******************
		CREACIONES
		MULTIMEDIA
	*******************/
	/* Media */
	#cabecera_idominiun_media {
		background:url(../imagenes/cabecera_bloque_idominiun_media.jpg) no-repeat;
	}

  /*******************
		SISTEMAS Y SEGURIDAD
	*******************/

	/* Auditoria */
	#cabecera_auditoria {
		background:url(../imagenes/cabecera_bloque_auditoria.jpg) no-repeat;
	}

  /*******************
		POSICIONAMIENTO
	*******************/
.bloque_pos {
	margin-bottom:50px;
}


/**********************************
		PORTAFOLIO
**********************************/
ul.bloque_portafolio_m,
ul.bloque_portafolio_g,
ul.list_portafolio_p,
ul.list_portafolio_m,
ul.list_portafolio_g,
ul.list_portafolio_ext {
	float:left;
	height:300px;
	text-align:left;
}

ul.bloque_portafolio_m {
	width:300px;
}
ul.bloque_portafolio_g {
	width:450px;
}

	/* imagen del trabajo */
	li.imagen_portafolio_m,
	li.imagen_portafolio_g {
		padding-left:24px;
		padding-top:26px;
		height:209px; /* + 26 padding 235px */
	}
	li.imagen_portafolio_m {
		width:276px; /* + 24 padding 300px */
		background:url(../imagenes/bg_img_portafolio.jpg) no-repeat;
	}
	li.imagen_portafolio_g {
		width:426px; /* + 24 padding 450px */
		background:url(../imagenes/bg_img_portafolio_g.jpg) no-repeat;
	}

	/* datos en el pie de la imagen del trabajo */
	li.datos_imagen_portafolio {
		margin-top:5px;
		margin-left:25px;
		font-size:12px;
	}

/* listado con todos los datos del trabajo en la seccion PORTAFOLIO */

ul.list_portafolio_p {
	float:left;
	padding:10px 20px 10px 20px;
	text-align:left;
	width:225px;
}
ul.list_portafolio_m {
	float:left;
	padding:10px 20px 10px 20px;
	text-align:left;
	width:260px;
}
ul.list_portafolio_g {
	float:left;
	padding:20px 20px 20px 20px;
	text-align:left;
	width:560px;

}
ul.list_portafolio_ext {
	float:left;
	padding:20px 20px 20px 20px;
	text-align:left;
	width:860px;
}

/* menu en la seccion PORTAFOLIO */
#list_menu_portafolio {
	margin-right:20px;
	margin-bottom:20px;
	margin-top:10px;
	width:880px;
	height:20px;
	text-align: right;
}
	#list_menu_portafolio li{
		display:inline;
		margin-left:15px;
	}
	#list_menu_portafolio a {
		font-weight:lighter;
	}

/**********************************
		NOTICIAS
**********************************/
#cabecera_noticias {
	background:url(../imagenes/cabecera_bloque_noticias.gif) no-repeat;
}
h2.titulo_noticias {
	margin-left:15px;
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;
 	font-size:24px;
	color:#3a3a3a;
	height:60px;
	font-weight:normal;
	text-indent:60px;
	background:url(../imagenes/bg_titulo_noticias.gif) no-repeat;
}
h3.fecha_noticias {
	padding-right:25px;
	text-align:right;
 	font-size:10px;
	color:#999;
	font-weight:normal;
}
p.texto_noticias {
	text-indent:20px;
	padding:0px 25px 0px 20px;
	text-align:justify;
}

.pie_noticias {
	height:40px;
	background:url(../imagenes/pie_noticias.gif) no-repeat;
}
	.pie_noticias p {
		text-align:right;
		padding-right:25px;
		padding-top:10px;
	}
	.pie_noticias a {
		font-size:10px;
		color:#ffae0f;
		}
	.pie_noticias a:hover {
		color:#fafafa;
	}

/**********************************
		FAQS
**********************************/
#cabecera_faqs {
  background:url(../imagenes/cabecera_bloque_faqs.gif) no-repeat;
}
#cuerpo_faqs {
	padding:20px 30px 10px 30px;
	text-align:left;
}

/**********************************
		CONTACTO
**********************************/
/* Contacto General */
#cabecera_contacto_general {
	background:url(../imagenes/cabecera_bloque_contacto_general.gif) no-repeat;
}
#cuerpo_contacto_general {
	background:url(../imagenes/bg_contacto_general.jpg) center top no-repeat;
}
/* Presupuestos */
#cabecera_contacto_presupuestos {
	background:url(../imagenes/cabecera_bloque_presupuestos.gif) no-repeat;
}
#cuerpo_contacto_presupuestos {
	background:url(../imagenes/bg_contacto_presupuestos.jpg) center top no-repeat;
}
/* Otros Medios */
#cabecera_otros_medios {
	background:url(../imagenes/cabecera_bloque_otros_medios.gif) no-repeat;
}
#cuerpo_contacto_otros_medios {
	background:url(../imagenes/bg_contacto_otros_medios.jpg) center top no-repeat;
}

#datos_contacto {
	padding:20px;
	text-align:left;
}
input.entrada_g {
	width:300px;
	height:18px;
}
textarea.entrada_g {
	width:300px;
	height:200px;
}
textarea.entrada_sg {
	width:500px;
	height:500px;
}
input.boton {
	width:100px;
	height:30px;
	color: #007897;
	font-weight:bold;
	font-size:10px;
	display:block;
	margin-left:455px;
}
#datos_contacto label {
	float: left;
	padding: 5px 15px 5px 15px;
	background: #ededed;
	color: #007897;
	font-weight:bold;
	cursor: pointer;
	width: 220px;
}
#datos_contacto label:active {
	color: #ffae0f;
}
#datos_contacto p {
	margin-bottom: 10px;
	display: block;
	clear: both;
}


.checkboxes {
	float: left;
	margin-bottom: 10px;
}
.checkboxes br {
	margin-bottom: 10px;
}

/**********************************
		ICONOS SOLUCIONES
**********************************/
#iconos_soluciones {
	clear:both;
	padding:20px 20px 0px 20px;
	width:860px;
	height:150px;
}

	#iconos_soluciones ul {
		float:left;
		/*padding-top:60px;*/
		width:100px;
		margin:0px 2.5%;
		height:120px;
	}
	#iconos_soluciones li {
		text-align:center;
	}
	#iconos_soluciones li.icn_soluciones {
		height:80px;
	}
	#iconos_soluciones li.enlace_soluciones {
		height:40px;
	}
	#iconos_soluciones a {
		font-size:11px;
		font-weight:normal;
		height:40px;
	}
	#iconos_soluciones img {
		margin:auto;
	}



/**********************************
		CONMEMORACIONES
**********************************/

/* Personalizaciones */
.bloque_conmemoracion {
	margin-top: 30px;
	padding:10px;
	text-align:left;
	margin-bottom: 30px;
}

	.bloque_conmemoracion h2 {
		font-size:30px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
		color:#3a3a3a;
	}

.pie_bloque_conmemoracion {
	height:80px;
	background:url(../imagenes/pie_bloque_conmemoracion.jpg) center no-repeat;
}
.pie_bloque_conmemoracion h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:500;
	line-height:45px;
	color:#fafafa;
	text-align:center;
}

/* eventos */
.tabla_eventos {
	margin-top:25px;
	width:550px;
	background:url(../imagenes/bg_bloque_tabla_eventos.gif) repeat-y;
	/*margin-bottom:10px;*/
}
	.cabecera_tabla_eventos {
		height:20px;
		background:url(../imagenes/cabecera_tabla_eventos.gif) no-repeat;
	}
	.pie_tabla_eventos {
		height:20px;
		background:url(../imagenes/pie_tabla_eventos.gif) no-repeat;
	}

	ul.fila_evento {
		padding:0px 15px;
		width:520px; /* +30 padding */
		height:22px;
		font-size:11px;
	}
	li.encabezado_tabla,
	li.campo_tabla {
		margin:1px;
		width:171px;
		height:20px;
		display:block;
		float:left;
		text-indent:5px;
		line-height:22px;
	}
		li.encabezado_tabla {
			background-color:#333;
			color:#fafafa;
		}
		li.campo_tabla {
			background-color:#eee;
			color:#666;
		}

ul.notas_tabla {
	margin-top:15px;
}
	ul.notas_tabla li {
		height:10px;
		font-size:10px;
		text-indent:20px;
	}
/*******************
	PACKS
********************/
/* basico */
#cabecera_pack_basico {
	background:url(../imagenes/cabecera_bloque_pack_basico.jpg) no-repeat;
}
#cuerpo_pack_basico {
	background:url(../imagenes/bg_pack_basico.jpg) center top no-repeat;
}

/* standard */
#cabecera_pack_standard {
	background:url(../imagenes/cabecera_bloque_pack_standard.jpg) no-repeat;
}
#cuerpo_pack_standard {
	background:url(../imagenes/bg_pack_standard.jpg) center top no-repeat;
}

/* standard plus */
#cabecera_pack_standard_plus {
	background:url(../imagenes/cabecera_bloque_pack_standard+.jpg) no-repeat;
}
#cuerpo_pack_standard_plus {
	background:url(../imagenes/bg_pack_standard_plus.jpg) center top no-repeat;
}

/* avanzado */
#cabecera_pack_avanzado {
	background:url(../imagenes/cabecera_bloque_pack_avanzado.jpg) no-repeat;
}
#cuerpo_pack_avanzado {
	background:url(../imagenes/bg_pack_avanzado.jpg) center top no-repeat;
}

/* textos */
#cuerpo_pack_basico,
#cuerpo_pack_standard,
#cuerpo_pack_standard_plus,
#cuerpo_pack_avanzado {
	color:#666;
	font-size:12px;
}

.pie_pack {
	padding-top:10px;
	padding-right:20px;
	text-align:right;
	height:30px; /* + 10 padding top = 40 */
	background:url(../imagenes/pie_pack.jpg) no-repeat;
}

	.pie_pack p {
		font-family:Arial, Helvetica, sans-serif;
		color:#fefefe;
		font-size:14px;
		font-weight:bold;
	}
	 .pie_pack span {
	 		font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#999;
			font-size:11px;
	 }

ul.contenido_packs {
}
ul.contenido_packs li {
	padding:5px 10px 5px 20px;
}
/**********************************
		UL, LI
**********************************/
.list_m, .list_g, .list_sg {
	float:left;
	padding:20px;
	text-align:left;
}
.list_m {
	width:260px; /* tamano real 300px */
}
.list_g {
	width:410px; /* tamano real 450px */
}
.list_sg {
	width:450px;
}

		li.enunciado {
			color:#999;
		}
		li.nombre {
			font-weight:bold;
		}
		li.cliente {
			font-size:2.75em;
			font-weight:bold;
			color:#3a3a3a;
		}

	li.texto {
		text-align:justify;
	}
	li.imagen {
		text-align:center;
		margin-top:30px;
		margin-bottom:10px;
	}
	li.pie {
		text-align:left;
		font-size:12px;
	}

	li.sub_a {
		margin-left:40px;
	}
	li.sub_b {
		margin-left:60px;
	}

/**********************************
		SPAN
**********************************/
.estado_0 {
	color:#999;
	font-weight:bold;
}
.estado_1 {
	color:#f60;
	font-weight:bold;
}
.estado_2 {
	color:green;
	font-weight:bold;
}
.estado_3 {
	color:#666;
	font-size:14px;
}
.destacado {color:red;}


/* colores */
.azul {color:#007897;}
.naranja {color:#ffae0f;}
.gris {color:#ccc;}
 


.derecha {float:right;}
.izquierda {float:left;}

/**********************************
	HACKS
***********************************/
div.tope {
clear:both;
}
div.tope hr {
display:none;
}
div.limpia {
	clear:both;
}



/**********************************
	BANNER NAVIDAD
***********************************/
#banner_destacado {
	margin-top:20px;
	padding: 20px 40px 20px 130px;
	width:780px;
	height:135px;
	background:#fff url(../imagenes/bg_banner_destacado.jpg) no-repeat;
}
 #banner_flash {
 	width:300px;
	height:135px;
	float:right;
 }
 #banner_destacado p {
	margin-top:10px;
	float:left;
	width:450px;
 	font-size:16px;
	color:#6a6a6a;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
 }
 
/*******************************
	NUBE DE ETIQUETAS
********************************/

#nube {

   padding:0px 10px 10px;

   color: #666666;
   text-align: center;	
   font-family: verdana,arial,helvetica;
   font-size:8pt;
}
#nube span{
   margin: 0 3px 0 3px;
   height: 20pt;
   white-space: nowrap;
}
#nube span.etiquetatam1{
   font-size: 80%;   
}
#nube span.etiquetatam2{
   font-size: 90%;   
}
#nube span.etiquetatam3{
   font-size: 100%;   
}
#nube span.etiquetatam4{
   font-size: 110%;   
}
#nube span.etiquetatam5{
   font-size: 120%;   
}
#nube span.etiquetatam6{
   font-size: 130%;   
}
#nube span.etiquetatam7{
   font-size: 140%;   
}
#nube span.etiquetatam8{
   font-size: 150%;   
}
#nube span.etiquetatam9{
   font-size: 160%;   
}
#nube span.etiquetatam10{
   font-size: 170%;   
}

/*********************************************************
	BLOQUE SOCIALES
*********************************************************/
#sociales {
	margin-top:30px;
	display:block;
	float:left;
	width:100%;
	height:450px;
}

/* TWITTER *********************/
#home_twitter {
	float:left;
	width:400px;
	padding:30px 20px;
	text-align:left;
}
.title {
	height:50px;
	margin-bottom:10px;
	background:url(../imagenes/cabecera_widget_twitter.jpg) no-repeat;
}
div#home_twitter_content {
	background:url(../imagenes/bg_widget_twitter_.jpg) repeat-y;
}
div.tweet {
	margin-bottom:15px;
	color:#666;
}
div.tweet a.autor {margin-right:5px;}
div.tweet a.vermas {margin-left:5px;}


span.date {
	width:100%;
	display:block;
	margin-left:5px;
	color:#999;
	font-size:10px;
}
a.user {
	color:#007897;
}
.pie_twitter {
	height:25px;
	background:url(../imagenes/pie_widget_twitter.jpg) top no-repeat;
}


/* IBLOGINIUN *********************/

div#bloque_blog {
	float:left;
	width:400px;
	padding:0 20px;
	text-align:left;	
}

div.bloque_blog {
	padding:20px;
}
.header {
	margin-bottom:15px;
	height:50px;
	background:url(../imagenes/cabecera_ibloginiun.jpg) no-repeat;
}
.news {
	margin-bottom:15px;
}
span.titlePost {
	margin:5px 0 2px;
	font-weight:bold;
	color:#007897;
	width:100%;
	display:block;
}
span.text {
	color:#666;
}
/*
a.vermas {
   color:green;
}*/
a.vermas_noticias {
	display:block;
	height:20px;
	line-height:15px;
	margin-top:20px;
}
div.clearboth {
	clear:both;
}