@charset "utf-8";
/* CSS Document */
#contenido_calendario{
	width:auto;
	height:auto;
	/*margin:10px;*/
}
#popup_calendario {
	width: 402px;
	position: relative;
	height: 400px;
}

#calendario_evento {
	position: relative;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 170%;
	color: #494036;
	float:left;
	height: 270px;
}
#calendario_encabezado {
	position:relative;
	float:left;
	width:400px;
	height:47px;
}
#calendario_encabezado_izq {
	position:relative;
	float:left;
	width:400px;
	height:44px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #003366;
}
#calendario_encabezado_der {
	position:relative;
	float:left;
	width:31px;
	height:44px;
	background-image:url(../imagenes/popup/bgd_close_barra_tit.jpg)
}
.titulo_texto_primario{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	padding-left:5px;
	padding-top:5px;
}
.titulo_texto_secundario{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	padding-left:5px;
	padding-top:5px;
}
.titulo_texto_alterno{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
	padding-top:20px;
}

.texto_normal_contenido_izq {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	padding-left:5px;
	padding-top:5px;
}
.texto_normal_contenido_der {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	padding-left:10px;
	padding-top:5px;
}
#pie {
	position:relative;
	float:left;
	width:400px;
	height:44px;
	/*top: 113px;*/
	left: 2;
}
#logo_pie {
	position:relative;
	float:left;
	width:92px;
	height:71px;
	background-image:url(../imagenes/popup_logo.gif);
	left:120px;
}
#pie_der {
	position:relative;
	float:left;
	width:368px;
	height:44px;
	background-color: #FFFFFF;
}
#pie_izq {
	position:relative;
	float:left;
	width:31px;
	height:44px;
	background-image:url(../imagenes/popup/bgd_close_barra_pie.jpg)
}
