/* Departamento de informática - Josué Castillo Martín 10-07-08*/
/*Version 1.0.  ------>    10/07/08  cumple con las normas CSS establecidas por W3C*/

/***********************************************************************************************/
/****************************ESTRUCTURA*********************************************************/
/***********************************************************************************************/
body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FAFAF9;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #2d231a;
}

#container 
{
	background-image: url('../_imagenes/texto_archivomunicipal.jpg');
	width: 750px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container_header {
	width: 670px;
	/*height: 85px;*/
	padding: 20px 40px 0px 40px;
	background-image: url('../_imagenes/cabecera1.jpg');
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
	height: 85px;
}

#container_idioma {
	float: left;
	height: 52px;
	}

/*para ajustar el contenido de los menus de la columna de la derecha*/
.ajustartexto{
   margin-top: 0px;
	margin-left: 7px;
	margin-right: 7px;
	text-align: left;
}

/*Tambien utilizado para cualquier enlace*/
.contenidotitulohyperenlace{
   font-family: Verdana, Arial, sans-serif;
	font-size:40%;
	font-weight:bold;
	color: #292929;
	background:#ffffff;
	text-decoration: none;
	padding-left: 5px;
}
a.contenidotitulohyperenlace:hover{
	text-decoration: underline;
}


#container_contenido {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 50px;	
	background-image: url(../_imagenes/cabecera2.jpg);
}

#container_menu {
	width: 670px;
	background-color: #a2937c;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

#content1 {
	width:670px;
	background-image: url(../_imagenes/cabecera3.jpg);
	background-repeat: no-repeat;
	padding: 0px 40px 0px 40px;
	margin: 0 0 0 0;
	height: auto;
}

#content2
{
	width: 582px;
	padding-left: 50px;
	float: left;
}

#border {
	width: 170px;
	margin-left: 480px;
}

#footer1 {
	border-top: 4px solid #a2937c;
	width: 670px;
	padding: 10px 0px 20px 0px;
	margin: 0 40px 0px 40px;
	clear: both;
	color: #2d231a;
}

#footer1 a {
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	color: #2d231a;
	text-decoration:none; 
}

#footer1 a:hover {
	text-decoration:underline; 
}

#footer2 {
	font-size: 11px;
	color: #2d231a;
	width: 670px;
	margin-bottom: 20px;
}
/*span del numerito 010 que va en el footer*/
.cerodiez{
	background: Red;
	color: White;
	font-weight: bold;
}
/*parte donde esta Ajuntament d'Elx 2007*/
.colcentral{
	width: 100%;
	text-align: center;
   height: 35px;
}

.centrar
{
	text-align: center;
}

#footer_contenido {
	float: left;
	width: 325px;
}

#footer_certificados {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

/****************************/
/*Cabecera donde estan los logotipos del ajuntament y del patrimoni*/
#banner 
{
	margin: 0px -30px;
	background: #090a5d;
	color: #ffffff;
	height: 30px;
}
/*Esto es el tamaño de la columna del logotipo del ajuntament d'elx*/
.td156{
	width: 156px;
}

/*Para centrar cualquier cosa, sea lo que sea*/
.centrar{
   text-align: center;
}
img{
	border: 0px;
}

/***********************************************************************************************/
/***************************ESTRUCTURA DE UNA TABLA*********************************************/
/***********************************************************************************************/
/*--------------------------------------------------------------------------*/
/*|                         tituloTabla                                   |*/
/*--------------------------------------------------------------------------*/
/*|    tablaIzquierda    |               tablaDerecha                    |*/
/*--------------------------------------------------------------------------*/
/*|    tablaIzquierda    |               tablaDerecha                    |*/
/*--------------------------------------------------------------------------*/
.tituloTabla{
	font-family: Verdana, Arial, sans-serif;
   font-size: 80%;
	font-weight: bold;
	background: #a2937c;
	color: #ffffff;
	text-align: center;
}
.tablaIzquierda{
	font-family: Verdana, Arial, sans-serif;
   font-size: 80%;
 	font-weight: bold;
 	background: #dbd7cc;
	color: #2d231a;
	text-align: left;
	padding: 5px;
}
.tablaDerecha{
	font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
 	background: #fbf6ea;
	color: #2d231a;
	text-align: left;
}
/***********************************************************************************************/
/***************************FIN ESTRUCTURA DE UNA TABLA*****************************************/
/***********************************************************************************************/

/***********************************************************************************************/
/***************************ESTRUCTURA FIELSET*********************************************/
/***********************************************************************************************/
/*--------------------------------------------------------------------------*/
/*|                         tituloFielset                                   |*/
/*--------------------------------------------------------------------------*/
.tituloFielset{
	font-family: Verdana, Arial, sans-serif;
   font-size: 120%;
	font-weight: bold;
	background: #ffffff;
	color: #2d231a;
	text-align: center;
}
.tituloFielsetAdvertencia{
	font-family: Verdana, Arial, sans-serif;
   font-size: 100%;
	font-weight: normal;
	background: #ffffff;
	color: #a2937c;
	text-align: center;
}
/***********************************************************************************************/
/***************************FIN ESTRUCTURA FIELSET*****************************************/
/***********************************************************************************************/

/***********************************************************************************************/
/*******************************************TEXTBOX*********************************************/
/***********************************************************************************************/
.textbox{
	font-family: Verdana, Arial, sans-serif;
    font-size: 95%;
	border: 1px solid #2d231a;
	color: #2d231a;
	background: #ffffff;
	}
/***********************************************************************************************/
/***************************************FIN TEXTBOX*********************************************/
/***********************************************************************************************/



/***********************************************************************************************/
/***************************************AUTOCOMPLETAR*********************************************/
/***********************************************************************************************/

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : auto;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #2d231a;
	color: #ffffff;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/*Cascading DropDown*/

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}
/***********************************************************************************************/
/**********************************FIN AUTOCOMPLETAR*********************************************/
/***********************************************************************************************/


/***********************************************************************************************/
/*******************************************GRIDVIEW***********************************************/
/***********************************************************************************************/
.irapag{
    font-size:x-small;
    width:20px;
}
.anterior{
    background:transparent url(../_imagenes/previous.gif) no-repeat scroll center;
    height:16px;
    width:16px;
    cursor:pointer;
    	border: 1px solid #ccced0;
	color: #292929;
}
.siguiente{
    background:transparent url(../_imagenes/next.gif) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border: 1px solid #ccced0;
	color: #292929;

}
.primero{
    background:transparent url(../_imagenes/first.gif) no-repeat scroll center;
    height:16px;
    width:16px;
    cursor:pointer;
    border: 1px solid #ccced0;
	color: #292929;

}
.ultimo{
    background:transparent url(../_imagenes/last.gif) no-repeat scroll center;
    height:16px;
    width:16px;
    cursor:pointer;
    border: 1px solid #ccced0;
	color: #292929;
}
.pager{
	font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
 	background: #f7f8f9;
	color: #292929;
}


/***********************************************************************************************/
/***************************************FIN GRIDVIEW***********************************************/
/***********************************************************************************************/

.boton  
{
	border-top: 1px solid #a50032; 
	background: #a50032; 	
	padding: 0px 0px; 	
	color: white; 
	font-size: 14px; 	
	text-decoration:none;
	font-weight:bold;
	vertical-align: middle; 
	width: 80px;
} 

.boton:hover  
{
	border-top-color: #a50032; 
	background: #a50032; 
	color: #ccc; 
} 
.boton:active  
{
	border-top-color: #a50032; 
	background: #a50032; 
}
