/**********************************
*																	*
*					app_style.css						*
*																	*
**********************************/

/* ===== Fondo de la pagina ===== */
body {
	background-color: #ffffff !important;
}

/* ===== Estilo del maquetado ===== */
#container_main {
	background-color: #ffffff;
}

#container_header {
	background-color: #999999;
}

#container_menu {
	background-color: #ffffff;
}

#container_page {
	background-color: #ffffff;
	min-height: 380px;
	/* For IE6 */
  overflow: hidden;
  height: expression(this.scrollHeight < 381? "380px" : "auto" );
}

#container_extras {
	background-color: #ffffff;
	min-height: 500px;
	/* For IE6 */
  overflow: hidden;
  height: expression(this.scrollHeight < 381? "380px" : "auto" );
}

/* ===== Estilo de la pagina ===== */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

/* ===== Estilo Noticias Inicio ===== */
.tabla_noticia {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 15px;
}

.seccion_noticia {
	color: #FF6600 !important; 
	line-height: 25px;
	padding-left: 5px;
	border-bottom: 1px dotted #999999!important;
	border-top: 1px solid #999999;
	background-color: #F3F3F3;
}

.titulo_noticia {
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	color: #111111 !important;
	line-height: 19px;
}

.titulo_noticia:hover{
	color: #666666 !important;
	text-decoration: none;
}

.imagen_noticia {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #F5F5F5;
	border: 1px solid #999999;
}

.copete_noticia {
	font-size: 13px;
	font-weight: lighter;
	color: #111111 !important; 
	text-align: left;
	line-height: 15px;
	padding-top: 5px;
}

/* ===== Estilo Noticia sola ===== */
.titulo_noticia2 {
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #333333 !important
}

.imagen_noticia2 {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	padding: 3px;
	background-color: #F5F5F5;
	border: 1px solid #999999
}

.copete_noticia2 {
	font-weight: bolder;
	font-size: 13px;
	text-decoration: none;
	color: #333333 !important; 
	text-align: left;
	line-height: 16px;
	vertical-align: top;
}

.texto_noticia {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

.texto_fotos {
	color: #777777;
	display: block;
	text-decoration: none;
}

/* ===== Estilo breves ===== */
.seccion_breves {
	font-weight: bolder;
	color: #111111 !important; 
	line-height: 25px;
	padding-left: 5px;
	border-bottom: 1px dotted #333333!important;
	border-top: 1px solid #333333;
	background-color: #999999;
}

.titulo_breves {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color:  #111111;
}

.titulo_breves:hover{
	color: #ff6600 !important;
	text-decoration: none;
}

.contacto {
	background-color: #ffffff;
	border-bottom: 1px #999999;
}

/* ===== Botones ===== */
#boton:hover {
	color: #ff6600;
}