/************************************************************/
/* Estilo del cuerpo                                        */
/************************************************************/
body {
	background-color: #FF9900;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/************************************************************/
.Estilo1 {
    font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF; /*Blanco*/
}
/************************************************************/
.Estilo2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
/************************************************************/
.Estilo3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #003366; /*Blanco*/
}
/************************************************************/
.Estilo4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}
/************************************************************/
.Estilo5 {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #AA000F;
}
/************************************************************/
.Estilo6 {
	font-size: 14px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00AA00;
}
/************************************************************/
.Estilo7 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #FF9900; /*Naranja*/
}
/************************************************************/
.Estilo8 {
        font-family: Arial, Helvetica, sans-serif, Tahoma;
        font-size: 12px;
        color: #666666;
}
/************************************************************/
.Estilo9 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #003366;
}
/************************************************************/
.Estilo10 {
        font-family: Arial, Helvetica, sans-serif, Tahoma;
        font-size: 12px;
        color: #FFFFFF;
}
/************************************************************/
.Estilo11 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; /* blanco */
}
/************************************************************/
.Estilo13 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #000000; /* Negro */
}
/************************************************************/
.Estilo15 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF; /* Blanco */
}
/************************************************************/
.Estilo17 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000000; /* Negro */
}
/************************************************************/
.Estilo21 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #66B3D8;
}
/************************************************************/
.Estilo22 {
        font-family: Tahoma, times, sans-serif, Helvetica, Arial;
        font-size: 14px;
        font-weight: bold;
        color: #3098CD; /*Azul agua*/
}
/************************************************************/
.Estilo23 {
        font-family: Tahoma, times, sans-serif, Helvetica, Arial;
        font-size: 19px;
        font-weight: bold;
        color: #FE9900; /*Naranja brillante*/
}
/************************************************************/
.Estilo24 {
        font-family: Tahoma, times, sans-serif, Helvetica, Arial;
        font-size: 16px;
        font-weight: bold;
        color: #910029; /*Vino*/
}
/************************************************************/
.Estilo25 {
        font-family: Tahoma, times, sans-serif, Helvetica, Arial;
        font-size: 16px;
        font-weight: bold;
        color: #FF6600;
}
/************************************************************/
.Estilo26 {
        font-family: Tahoma, Impact, times;
        font-size: 15px;
        font-weight: bold;
        color: #000055;
}
/************************************************************/
.Estilo27 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #FF9900;
}
/************************************************************/
.Estilo29 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        /*color: #9EACAF;*/
}
/************************************************************/
.Estilo30 {
        font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
        color: #9EACAF; /*Gris Claro*/
}
/************************************************************/
.Estilo31 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #FF9900; /* Naranja*/
}
/************************************************************/
.Estilo32 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    color: #F17E00;  /*Naranja Oscuro*/
}
/************************************************************/
.Estilo33 {
        font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
        color: #FFFFFF;  /*Naranja Oscuro*/
}
/************************************************************/
/* Estilo de referencias                                    */
/************************************************************/
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/************************************************************/
/* POPUP CONTAINER STYLES                                   */
/************************************************************/
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("iconos/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner { /*Cuerpo del popup*/
	border: 2px solid #000000;
	background-color: #FFFFFF;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar { /*Barra de título*/
	background-color: #FF9900;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #FFAA00;
	border-left: 1px solid #FFAA00;
	border-right: 1px solid #FFAA22;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
/************************************************************/
/* BANNER REDES SOCIALES                                    */
/************************************************************/
	#contendor_redes_sociales{
		width:219px;
		height:149px;
		background:url('../bg_redes.png') no-repeat;
	}
	#redes_sociales{
		width:200px;
		height:149px;
		margin:auto;
	}
	#siguenos{
		display:block;
		width:185px;
		height:45px;
		margin: auto;
		background:url('../siguenos.png') no-repeat 50% 50%;
	}
	#redes_sociales a{
		display:block;
		width:160px;
		height:40px;
		background:url('../redes_sprite.png') no-repeat;
	}
	a#facebook_link{
		margin-bottom:8px;
		background-position:0px 7px;
	}
	a#facebook_link:hover{
		background-position:0px -37px;
	}
	a#twitter_link{
		background-position:0px -80px;
	}
	a#twitter_link:hover{
		background-position:0px -118px;
	}
