/* DISEŅO DE SITIOS WEB EN CONCEPCION MASTERNET.CL, DISEŅO DE PAGINAS WEB EN CONCEPCION MASTERNET.CL   */
/***************************** RESET ***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
	}
body {
	line-height: 1;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
/***********************************************/	
a:link { 
	color: #1847B1;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	}
a:visited { 
	color: #1847B1;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	}
a:hover {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	font-size: 14px;
	font-weight: normal;	
    }
a:active {
	color: #1847B1;
	text-decoration: none; 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
    }
/************************************************* TEXTOS  ****************************/		
.titulo_css {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: Center;
	font-size: 15px; 
	color: #333300;
	font-style: normal; 
	line-height: normal; 
	text-decoration: none; 
	font-weight: bold;
	letter-spacing: 1px;
	margin:0.5em;
	}	
	/* FUENTE DE GOOGLE 
	 INCLUIR:  <link href='http://fonts.googleapis.com/css?family=Tangerine' rel='stylesheet' type='text/css'> 
	.titulo_css	 {
		font-family: 'Tangerine', serif, sans-serif;
		font-size: 46px;
		color: #455565;	
		}	
	 INCLUIR:  <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
	.titulo_css	 {
		font-family: 'Dancing Script', cursive;
		font-size: 46px;
		color: #455565;	
		}
		
		*/
.h1_negro{ /* LLAMADA: <h1 class="h1_negro"> ... </h1> */
	color: #000;
	} 
.normal { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	line-height: 23px;
	} 
.normal ul li ,table ul li {
	background:url(diseno/li.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left:12px; 
	list-style-type:none; 
	width:auto; 
	}	
.grande { 
	font-size: 16px;
	}
.chica { 
	font-size: 11px;
	text-decoration: none; 
	color: #000; 	
	} 
a.chica:link, a.chica:visited, a.chica:active, a.chica:hover  { 
	font-size: 11px;
	text-decoration: none; 
	color: #000;
	font-weight: bold;	
	}
.link_azul { 
	color: #000066; 
	text-decoration: underline;
	} 
.link_negro { 
	color: #000000;
	text-decoration: underline;
	} 
.negrita { 
	font-weight: bold;
	} 
.rojo { 
	color: #FF0000;
	}
.gris { 
	color: #525252;
	}	
.blanco { 
	color: #FFFFFF; 
	}
.azul { 
	color: #0000CE; 
	} 	
.tachado { 
	text-decoration: line-through;
	} 
/************************************************* FORMULARIO  ****************************/		
.imput_fomrulario { 
	border:1px solid #CCCCCC;
	}	
#tip_form_msg { /* TIP FORM MENSAGE */
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(js/tip_form/tip_form.gif) left center no-repeat; 
	padding-left:7px;
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	color:#666;
	}
#tip_form_msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
	}	
.select_seleccionado{ /* SELECT PRE SELECIONADO class="select_seleccionado"   */
	background: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	}		
/************************************************* DESCARGAS  ****************************/	
.ct_descargas{
	width: 590px; 
	margin-top: 10px;
	margin-left: 40px;	
	}
.ct_descarga{
	width: 580px;
	border: #CCCCCC 1px solid;	
	padding: 0px;
	margin-bottom: 7px;
		/* background-image: url(diseno/bg_descargas.png);
		background-repeat: no-repeat;
		background-position: center top; */	
	background-color: #FFFFCC; 
	}	
.ct_descargas_titulo{
	width: 100%;
	text-align: center;	
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F2F2FF;
	border-bottom: #CCCCCC 1px solid;	
	}
.ct_numero_descarga{
	float: left;
	width: 20px;	
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	padding: 2px;
	}
.titulo_descarga, a.titulo_descarga:link , a.titulo_descarga:visited , a.titulo_descarga:hover , a.titulo_descarga:active {
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
	font-weight: bold; 
	}	
.img_formato_descarga {
	float: right;
	padding-right: 3px;
    }		
.ct_fecha_descarga{
	width: 260px;
	height: 14px;
	float: right;
	text-align: center;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	}	
.ct_tamano_descarga{
	width: 260px;	
	height: 14px;	
	float: left;
	text-align: center;
	border-right: #CCCCCC 1px solid;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	}	
.ct_descargas_descripcion{
	width: 100%;
	border-top: #CCCCCC 1px solid;	
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 2px;	
	}
.ct_boton_descarga{
	float: right;
	padding: 4px;
	padding-bottom: 4px;	
	padding-right: 10px;	
	}
.boton_descarga {
	border-width: 0px;		
    }
.descarga_linea_division{
	width: 100%;
	height: 1px;	
	margin-top: 6px;	
	margin-bottom: 0px;
		background-image: url('img/lineas/m_degradado.png'); 
		background-repeat: no-repeat; 
		background-position: center top;	
	}
.ct_boton_descargas_todas{
	padding: 4px;
	margin: 4px;
	}
.boton_ver_descargas, a.boton_ver_descargas:link , a.boton_ver_descargas:visited , a.boton_ver_descargas:active {
	margin: 4px;  	
	padding: 6px; 	
	background-color: #FFFFCC;
		color: #0000CE; 
		text-decoration: none;  
		font-family: Verdana;
		font-size: 14px;
    cursor: pointer;	
		border: 1px;	
		border-style: solid; 
		border-color: #C5CAD6; 	
    }	
.boton_ver_descargas:hover { 
	text-decoration: underline;
	background-color: #F2F2FF;
	}	
/*************************************************** TABLA  ********************************/	
.tabla_css {
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border: 1px;
	border-style: solid; 
	}
.tabla_css td{
	border: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding-left: 2px; 	
	}
/* IFRAME CON CSS: LLAMADA:  <div id="iframe_css"><span class="normal"> ... </span></div>*/
#iframe_css{
	overflow:auto;   
	width:532px;
	height:270px;
	border:0px;   
	border-color: #9C9C3C; 
	border-width: 1px;
	background:transparent;
	margin:5px;
	padding:5px;
	margin-top:0px;
	padding-top:0px;	
	}	
/*************************************************** IMAGEN  ********************************/	
img{
	border-width: 0px;
	}	
/***************************************************  GALERIA  ********************************/
.img_galeria { 
	margin:10px;
	position:center; 
	text-align:center; 
	border: 0px;
	} 
.img_galeria_lytebox { 
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0px;
	border: #C5CAD6 1px solid; 
	padding: 3px;
		background-image: url('diseno/bg_img_lytebox.png');
			border-radius: 4px;
			-webkit-border-radius: 4px; 
			-moz-border-radius: 4px;			
	} 
.normal_lytebox{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	}	
.imagen_con_borde { 
	margin: 5px;
	position: center; 
	text-align: center; 
	border: 0px;
	border: #C5CAD6 1px solid; 
	padding: 3px;
	}			
/***************************************************  ATRAS   ********************************/
.button_atras{
	border: #C5CAD6 1px solid;
	margin-top: 4px; 
	margin-left: 4px; 
	margin-bottom: 10px; 	
	padding: 4px 9px; 
	background-color:#FFFFFF;
		color: #000000; 
		font-weight : bold;
		text-decoration: none;  
		font-family: Verdana;
		font-size: 14px;
    cursor: pointer;		
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;
    }	
.button_atras:hover { 
	background-color:#CCCCCC;
	}
/***************************************************  INTRANET   ********************************/	
.button_intranet{
	border: 1px;
	margin: 0px; 
	padding: 1px; 
	border-style: dotted; 
	border-color: #666600; 
	background-color:#FFF;
	color: #663300; 
	font-weight : bold;
	text-decoration: none;  
	font-family: Verdana;
	font-size: 11px;
    cursor: pointer;	
    }	
.button_intranet:hover { 
	background-color:#FFFFE7;
	}
/************************************************* CARRITO  ****************************/	
.titulo_ofertas{
	width: 100%; 
	height: 23px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-top: 4px;	
	margin-bottom: 4px;	
	padding: 0px;
	padding-top: 8px;
	overflow: hidden; 	
	float: left;
	text-align: center;
		background-image: url('img/botones/fondo_titulo_ofertas.png'); 
		background-repeat: no-repeat; 
		background-position: center top;
	}
.boton-orden-compra{
	margin-top: 4px; 
	margin-left: 4px; 
	padding: 3px; 
	color: #000000; 
	font-weight : bold;
	text-decoration: none;  
	font-family: Verdana;
	font-size: 16px;
    cursor: pointer;		
    }	
.boton-orden-compra:hover { 
	background-color:#CCCCCC;
	}
#fila_carrito tbody tr:hover {
	background: #E9F7D5;
	cursor: default;
	}	
tr#fila_carrito {
	background-color: none;
	}
H2{ /* BOTON OFERTAS HOME */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: Center;
	font-size: 15px; 
	color: #fff;
	text-decoration: none; 
	font-weight: bold;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;	
	}
/************************************************* CATALOGO  ****************************/	
.catalogo_titulo_ppal_por_estados{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 22px;
	text-align: Center;
	color: #000;
	text-decoration: none;
    letter-spacing: 1px;
    margin: 0px;
    padding: 0px;
	font-style : normal;
	font-weight: normal;
	width: 100%;
	}
.titulo_categoria{
	width: 100%; 
	height: 23px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-top: 16px;	
	margin-bottom: 8px;	
	padding: 0px;
	padding-top: 8px;
	overflow: hidden; 	
	float: left;
	text-align: center;
		background-image: url('diseno/fondo_titulo_galerias.png'); 
		background-repeat: no-repeat; 
		background-position: center top;
	}
/********************************** BOX PRODUCTO EN CATEGORIA  ******/	
#producto_ficha_ojodepez {
	width: 90%;
	border: #ccc 0px solid;  
	padding: 12px;
	}
#ct_productos {
	width: 660px;
	margin-left: 40px; 
	margin-top: 0px; 
	}
#producto_categoria_fila {
	width: 100%;
	margin-left: 0px; 		
	float: left;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		text-align: center;	
		line-height: 15px;
	}
.producto_contenedor{
	border: #CCCCCC 1px solid; 
	width: 190px;  
	margin: 5px;
		margin-left: 10px;	
	padding: 1px;
	float: left;
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
.producto_contenedor_over{
	border: #959595 1px solid; 
	width: 190px;
	margin: 5px;
		margin-left: 10px;	
	padding: 1px;
	float: left;
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
#producto_titulo {
	padding: 2px; 
		padding-top: 3px; 
		padding-bottom: 5px; 	
	background-color: #ccc;	
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
.img_logo_marca{
	float: left;
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
#producto_precio {
	padding: 2px; 
	background-color: #EEEFF3;	
	}	
.producto_precio{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000;
	}	
.producto_precio_ficha{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	color: #000;
	font-weight: bold;
	}
.producto_precio_oferta { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #CC0000;
	font-weight: bold;
	}		
.producto_precio_tachado { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: line-through;
	font-size: 14px; 	
	color: #000;
	}
.producto_precio_tachado_ficha { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: line-through;
	font-size: 14px; 
	color: #000;
	}
.producto_categoria_box{
	color: #585858; 
	font-weight : none;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	}
#producto_cuerpo {
	text-align: center;	
	padding: 2px; 
	background-color: #eeeff3;
	min-height: 160px;	
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
.img_catalogo {
	border-width: 0px; 
		border-radius: 2px;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px;
	}
/**********************************    FICHA PRODUCTO    ******/		
#producto_ficha_contenedor {
	width: 500px;
	border: #ccc 3px solid;   
	padding: 3px;	 
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
#producto_ficha_titulo {
	padding: 8px; 
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #000;
		font-size: 15px;	
		font-weight: bold;	
		text-decoration: none;	
		text-align: center;	
		letter-spacing: 1px;	
		background-image: url('diseno/fondo_titulo_galerias.png'); 
		background-repeat: no-repeat; 
		background-position: center top;		
	}
#producto_boton_comprar{	
	overflow: hidden; 
	float:right; 
	padding-right:40px; 
	height: 32px;  
	width: 280px; 
	text-align: left; 
	background-image: url(img/botones/boton-comprar.png); 
	background-repeat: no-repeat; 
	background-position: top center; 
	padding-top: 6px;
	}
.boton_comprar, a.boton_comprar:link, a.boton_comprar:visited, a.boton_comprar:active{
	margin-left: 105px;
	text-align: center;
	color: #fff;
	font-weight : normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	}
a.boton_comprar:hover {
	margin-left: 105px;
	color: #fff;
	font-weight : bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	}
#producto_ficha_precio {
	font-size: 16px; 
	padding: 2px; 
	background-color: #F5EEE0;	
	}	
#producto_ficha_oferta{
	font-size: 15px; 
	font-weight: bold;
	background-color: #F5EEE0;	
	}	
#producto_ficha_codigo {
	font-size: 14px; 
	margin:4px;	
	background-color: #F5EEE0;	
	}	
#producto_ficha_cuerpo {
	text-align: left;	
	padding: 8px; 
	background-color: #fff;
	color: #000;
	}	
.catalogo_producto_titulo, a.catalogo_producto_titulo:link, a.catalogo_producto_titulo:visited, a.catalogo_producto_titulo:active { 
	color: #000000; 
	font-weight : none;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	}
.catalogo_producto_titulo:hover {
	color: #000099; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 12px;
	cursor: hand;
    }
.producto_ficha_datos_estilo {
	color: #585858; 
	font-weight : none;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #eeeff3;
	}
#ct_adicionales_producto{
		overflow: hidden; 	
		float: left; 
	background-color: #D5DCEC;
	width: 80%;
	padding: 6px;
		margin-top: 12px;
		margin-bottom: 12px;	
		margin-left: 50px;		
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;	
	}
.ct_dato_adicional_producto{
		overflow: hidden; 	
		float: left; 
	width: 46%;
	height: auto;	
		text-align: center;
	padding-left: 0px;
	}
.producto_tip {
		width: 24px;
		height: 16px;
	margin: 0px;
	padding: 0px;
		padding-top: 2px;	
		margin-top: 1px;	
		margin-right: 8px;
	text-align: center;
		overflow: hidden; 	
		float: right;
	background-color: #CCD4E7;
		border-radius: 4px;
		-webkit-border-radius: 4px; 
		-moz-border-radius: 4px;		
	}
.producto_tip a {	
	text-decoration: none; 
	font-size:10px; 
	color: #000;
	}
#producto_form_consulta{
	width: 340px;
	height: auto;
	padding:8px; 
	padding-left: 38px;
	text-align: left;	
	background-color: #E5ECF6;
		border-radius: 5px;
		-webkit-border-radius: 5px; 
		-moz-border-radius: 5px;
	}
/************************************************* VIDEOS  *******************************/	
.ct_videos{
	width: 570px;
	height: auto;
	overflow: hidden; 	
	float: left;	
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.ct_video{
	overflow: hidden; 	
	float: left; 
	padding-bottom: 12px;
	height: auto;	
		text-align: center;	
	}
.ct_numero_video{
	overflow: hidden; 	
	float: left;
	width: 10%;	
	height: 24px;
	font-weight: bold;
		font-size: 12px; 
	}
.ct_titulo_video{
	overflow: hidden; 	
	float: left;
	width: 70%;	
	padding-top: 2px;	
	padding-bottom: 2px;	
	height: auto;	
		font-size: 16px;
	}
.ct_fecha_video{
	width: 18%;
	overflow: hidden; 	
	float: right;
	height: 24px;
		font-size: 11px;	
	}
.ct_descripcion_video{
	overflow: hidden; 	
	float: left;
	width: 98%;	
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;	
		font-weight: normal;	
		font-size: 13px; 
		line-height: 18px;		
	}	
/************************************************* WEBMAIL  ****************************/
.titulo_box_email { 
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #848484;
	margin: 6px; 
	font-weight: bold;	
	}
#box_email{
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000;	
    text-align: center;		
	margin-left: 10px;
	margin-top: 0px;
    border-style: none; 
    border-width: 1px; 
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 20px;	
		/* background-color: #015219;  
		background-image: url(diseno/fondo_box.jpg);	 
		border-color: #01682B;  */	
	}
	/* LLAMADA: 
	<div align="center" class="titulo_box_email">WEBMAIL</div>
	<div id="box_email">
	<form action="http://www.misitio.cl:2095/login/" method="post" target="_top">Cuenta:<br /><input name="user" type="text" id="user" value="" size="20"/><br />
	Contrase&ntilde;a:<br /><input name="pass" type="password" id="pass" size="20"/><input type="hidden" name="login_theme" value="cpanel" /><input type="hidden" name="goto_uri" value="/" /><br /><input name="submit" type="submit" value="Ingresar" /></form>
	</div> */	
/*************************************************    PAGINACION   ****************************/
.paginacion_numero, a.paginacion_numero:link , a.paginacion_numero:visited , a.paginacion_numero:hover , a.paginacion_numero:active   	{	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	margin: 10px;	
	}	
.paginacion_numero_actual   {	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	font-weight: bold;
	margin: 10px;
	}
	
.salto{ clear:both;	}
/****************************** CLIMA -  VERTICAL *************************/	
#box_clima { 
	width: 220px;
	height: 410px;	 
	padding: 0px; 
	margin: 0px;
	margin-top: 12px;	
	margin-left: 4px;
	overflow: hidden; 	
		font-size: 12px; 		
		text-align: center;	
	float: left;
	line-height: 18px; 
	}	
#clima_titulo { 
	font-family: 'Tenor Sans', sans-serif;
	text-align: Center;
	font-size: 15px; 
	color: #3F711A;
	text-decoration: none; 
	font-weight: bold;
	letter-spacing: 0px;	
	width: 100%;
	height: 22px;
	overflow: hidden; 
	float: left;
	}
.clima_dia{
	width: 220px;
	height: 54px;	 
	padding: 0px; 
	margin: 0px;
	overflow: hidden; 
	margin-left: 0px;
	float: left;	
		font-size: 11px; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #000; 
		text-decoration: none;
		text-align: center;
		font-weight: normal;  
	}
.clima_dia:hover {
	background-color: #A0B3C2;	
    }		
/********************************************  BOTONES SOCIALES   ********************************/
#contenedor_social{
	width: 420px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	margin-left: 180px;	
	text-align: left;
	overflow: hidden; 	
	float: left;	
	}
.contenedor_boton_social{
	height: 30px;
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	text-align: left;
	overflow: hidden; 	
	float: left;	
	}
/*************************************************************************************************/









