
/* Estilo para la etiqueta <BODY> */
BODY    {       
        font-family:Times New Roman;
        font-size:12px;
        margin-left:0px; 
        margin-right:0px;
        margin-top:0px;
        margin-bottom:0px;
	background-color: #666666;
        /*background-image: url(../img/fondo.gif);*/
        /*background-repeat: repeat;*/
        }



A:link
        {
        text-decoration:none;
	color: white;
        }

A:visited
        {
        text-decoration:none;
	color: white;
        }

A:active
        {
        text-decoration:none;
	color: white;
	background-color:#330033;
        }

A:hover
        {
        text-decoration:none;
	color: white;
	background-color:#330033;
        }

/* etiqueta <b> (negrillas) */
b       {
        font-weight:bold;
        }

/*---SOCIAL LINKS---*/
div#wrapper_social {position:relative; margin:0 13px 0 0; z-index:10002;}
	div.social_contenedor {width:160px; position:absolute; overflow:visible; height:0px;}
	a.social {color:#FFFFFF; text-decoration:none; margin:0 0 0 9px; padding:2px 0 5px 0; font-size:85%; display:block; text-align:left; font-size:110%;}
		a.social:hover {text-decoration:underline; background:none;}
	div#wrapper_social a:focus { outline:none;}
	div#content_tw {overflow:hidden; width:160px;}
	div#content_fb {overflow:hidden; width:160px;}
	div#wrapper_social .izq {z-index:150;}
	/*facebook*/
	div#contenedor_fb {right:0;}
	span#btn_fb {display:block; width:35px; height:29px; background:url(../images/btn_span_fb.png) no-repeat; position:relative; cursor:pointer; float:right;}
	div#content_fb div {width:160px; background:url(../images/bg_content_fb.png) repeat-y; text-align:left;}
	span#span_cont_fb {display:block; width:160px; height:5px; background:url(../images/bg_span_content_fb.png) no-repeat bottom;}
	div#content_fb #btn_cerrar_fb {display:inline-block; width:13px; height:13px; background:url(../images/btn_cerrar_fb.png) no-repeat top; cursor:pointer; margin:3px 6px 0 6px;}
		div#content_fb #btn_cerrar_fb:hover {background:url(../images/btn_cerrar_fb.png) no-repeat bottom;}
	/*twitter*/
	div#contenedor_tw {right:35px;}
	span#btn_tw {display:block; width:35px; height:29px; background:url(../images/btn_span_twitt.png) no-repeat; position:relative; cursor:pointer; float:right;}
	div#content_tw div {width:160px; background:url(../images/bg_content_tw.png) repeat-y; text-align:left;}
	span#span_cont_tw {display:block; width:160px; height:5px; background:url(../images/bg_span_content_tw.png) no-repeat bottom;}
	div#content_tw #btn_cerrar_tw {display:inline-block; width:13px; height:13px; background:url(../images/btn_cerrar_tw.png) no-repeat top; cursor:pointer; margin:3px 6px 0 6px;} 	
		div#content_tw #btn_cerrar_tw:hover {background:url(../images/btn_cerrar_tw.png) no-repeat bottom;}
