@charset "utf-8";
/* C�MO HACER APLICAR UN CAMBIO S�LO A UN EXPLORADOR (HACK) 
IE6 --->	* html propiedad
IE7 --->	*+html propiedad
Opera 9 y anteriores --->	html:first-child propiedad
*/

/* COMIENZO RESET PAGINAS Y REGLAS GENERALES FRAMEWORK CSS:
 * -sin bordes
 * -sin m�rgenes ni paddings
 * -sin fondos ni estilo para listas
*/

* {padding: 0; font: 100% Georgia,Arial,Verdana,Tahoma,Arial,Helvetica,sans-serif;}
q:before,q:after {content: "";}
sup {font-size: 0.8em;}
sub {font-size: 0.8em;}
ul {list-style-type: none;}
a {border: none; text-decoration: none; color: #823A5F;}
a:link, a:visited, a:active {outline: none;}
a:hover {text-decoration: underline;}
img {border: none; text-decoration: none;} 
acronym {border: 0;}

/* igualar las fuentes a todos los elementos */
h1, h2, h3, h4, h5, strong {font-size: 100%; font-weight: bold;}

table{}

body
{
background-color: #c60000;
}

#index{}

/* tabla de la cabecera para solucionar problema en el index con iexplorer 6 */
#Tabla_01{_width: 968px;}

/**********************************************
				NAVEGACION
***********************************************/
a.navegacion{font-family: Georgia; font-size: 10px; color: #505050;}


/**********************************************
				COMPARTIR
***********************************************/

#compartir{float:left; margin-top:10px;}
	#compartir .tit_compartir{float:left; font-family:Arial; font-size:11px; font-weight:bold; color:#A3A3A3;}
	#compartir .redes{float:left; width:100%; margin-top:10px;}
		#compartir .redes a.facebook{float:left; width:14px; height:14px; background:url(/imagenes/comunes/facebook.gif) no-repeat; text-indent:-9999px; display:inline;}
		#compartir .redes a.delicius{float:left; width:14px; height:14px; background:url(/imagenes/comunes/delicious.gif) no-repeat; text-indent:-9999px; margin-left:5px; display:inline;}
		#compartir .redes a.technorati{float:left; width:16px; height:15px; background:url(/imagenes/comunes/technorati.gif) no-repeat; text-indent:-9999px; margin-left:5px; display:inline;}
		#compartir .redes a.meneame{float:left; width:17px; height:16px; background:url(/imagenes/comunes/meneame.gif) no-repeat; text-indent:-9999px; margin-left:5px; display:inline;}
		#compartir .redes a.myspace{float:left; width:14px; height:16px; background:url(/imagenes/comunes/myspace.gif) no-repeat; text-indent:-9999px; margin-left:5px; display:inline;}
		#compartir .redes a.twitter{float:left; width:16px; height:16px; background:url(/imagenes/comunes/twitter.gif) no-repeat; text-indent:-9999px; margin-left:5px; display:inline;}
		#compartir .redes a.que_es{float:left; margin-left:5px; display:inline; font-family:Arial; font-size:10px; color:#858585;}

