/*
  default.css
    Definicion de estilos para la web pública. 
    Estos estilos afectan a los módulos dinámicos, de dicha parte pública.
  Historial:
    21/07/2006 [Daniel Pedroche Garrigues] Creación del Archivo.
	29/08/2006 [Daniel P.G.] Añadidos estilos de la parte pública, se especifica con comentarios.
    06/10/2006 [Daniel P.G.] Se añade un estilo para multi-imágenes en noticias.
*/
BODY
{
	
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
.pie A:link,
.pie A:visited {
	color: #333333;
	text-decoration: none;
}
.pie A:hover {
	color: #333333;
	text-decoration: underline;
}
.menuDorado {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8D7C5E;
}
.menublanco {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.indicador {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AAA387;
}
/*************** GENERALES ****************/
#News_Left
{
	
	background-image: url(_img/newsTop.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 95%;
}
#News_Left .header
{
	padding: 0px;
	height: 50px;
}
#News_Left .news_titles
{
	margin: 0 auto;
	padding: 0px 3px 0px 5px;
	text-align: left;
}
#News_Left .news_titles .date
{
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AAA387;
	width: 60px;
}
#News_Left .news_titles .title
{
	padding-left: 5px;
}

#News_Left .news_titles .title A:link,
#News_Left .news_titles .title A:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#News_Left .news_titles .title A:hover
{
	text-decoration: underline;
}
.footImg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	margin: 0 auto;
	padding: 0px;
	display:block;
}
/********* CUERPO DE LA NOTICIA *********/
.newmain
{
	text-align: left;
}
.newmain .preTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	display: block;
}
.newmain .posTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}
.newmain .sumary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-bottom: 5px;
}
.newmain .title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	display: block;
	padding-bottom: 5px;
}
.newmain .date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AAA387;
	display: inline;
	margin: 0px 5px 0px 0px;
	padding-top: 5px;
}
.newmain .author
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AAA387;
	display: inline;
	padding-top: 5px;
	margin: 0 auto;
}
.newmain .source
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #AAA387;
	padding-top: 5px;
	display: inline;
	margin: 0 auto;
}
.newmain .bodyNew
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 10px;
	color: #666666;
}
/*********** LOADING's DE AJAX ***************/
#loadingDiv
{
	 display:inline;padding:3px;background-color:white;color:black;text-align:left;font-family:verdana;font-size:9px;
}
#imageZoom P
{
	padding-left: 5px;
	background:#AAA387;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
/*********** !LOADING's DE AJAX **************/
#imgNew
{
	background: #ffffff url(_img/loading.gif) no-repeat 50% 50%;
	cursor: hand;
}
#searchNew .title
{
	margin-top: 5px;
	border-top: 1px solid #AAA387;
	margin: 0 auto;
	width: 92%;
	text-align: left;
}
#sForm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 70px;
	padding: 0px;
	padding-top: 5px;
	text-align: right;
} 
#sForm TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #DAD4BA;
	border-top: 1px solid #AAA387;
	border-bottom: 1px solid #AAA387;
}
#sForm INPUT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#sForm A:link,
#sForm A:visited
{
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
}
#sForm A:hover
{
	text-decoration: none;
}
.hl
{
	background-color: Yellow;
}
a.buttonSmall:link, 
a.buttonSmall:visited
{
	background: Transparent url("_img/button2.gif") left top no-repeat;
	
	width: 39px;
	height: 29px;
	display: block;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	
	color: Black;

	padding-top: 7px;
	padding-right: 5px;
	
	text-align: center;
	text-decoration: none;
}
a.buttonSmall:hover
{

}
a.newBottom:link, 
a.newBottom:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8D7C5E;
	text-decoration: none;
}
a.newBottom:hover
{
	text-decoration: underline;
}
/*************** FORMULARIOS ****************/
.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a.button:link, 
a.button:visited
{
	background: #FFFFFF url("_img/button.jpg") left top no-repeat;
	
	width: 114px;
	height: 34px;
	display: block;
	
	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	
	color: Black;

	padding-top: 7px;
	padding-right: 5px;
	
	text-align: center;
	text-decoration: none;
}
a.button:hover
{
	color: Black;
}
#processEnd ,
#processEnd TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}
/********************************* ESTILOS DE INCLUDES Y MENÚS DE PARTE PUBLICA *************************/
