/* CSS BASE PARA AGCEX */

/*
Color ROJO base: #C82026
Color AZUL base: #007D7F
*/
body{
	background: #f1eecf;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	font-family: Verdana, times;
	font-size: 12px;
}

.loginAdmin{
	margin-top:10%;
	margin-left: 30%;
	font-family: Verdana, times;
	font-size: 14px
}

.dcha{
	float:right;
	text-align:right;
	margin-left: 10px;
}

.izq{
	float:left;
	text-align:left;
	margin-right: 10px;
}

.center{
	float:center;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.top{
	vertical-align:top;
}
/*------------------------------------------------------------*/


/*------------------------------------------------------------*
**  CUERPO DE CONTENIDOS
**------------------------------------------------------------*/

.cuerpo { 
	border-left: 3px solid #fffff;
	border-bottom: 3px solid #fffff;
	width:800px;
	background: #ffffff;
	margin-top:20px; 	
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
}

.centrado60{
	font-weight:normal;
	width: 60%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:justify;
}

.columna_izquierda { 
	border: 0px solid #006699;
	width:20%;
	background-color: transparent;
	vertical-align:top;
	text-align:justify;
}

.cabecera{
	background: #ffffff;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 800px;
	border-spacing: 5px;
}

.clasificados{
	margin-top:10px;
	width: 100%;
	font-weight:normal;
	border: 1px solid #C82026;
	text-align:center;
}

.pie{
	background: url(../images/red_background.gif) #fff;
	margin-top:3px;
	margin-bottom:20px;
	width: 800px;
	font-weight:normal;
	border: 0px solid #C82026;
	text-align:center;
	color: #ffffff;
	margin-left:auto;
	margin-right:auto;
}

.pies_centro{
	margin-top:10px;
	margin-bottom:20px;
	font-weight:normal;
	border: 0px solid #C82026;
	text-align:center;
	color: #007D7F;
	margin-left:auto;
	margin-right:auto;
}

/*------------------------------------------------------------*/


/*------------------------------------------------------------*
**  IMÁGENES
**------------------------------------------------------------*/
img { 
	margin: 3px;
	padding: 0px;
	background-image: none;
	border: 0px solid #006699;
	background-color: transparent;
}

.marco{
	border: 6px solid #fff;
	background-color: transparent;
}
/*------------------------------------------------------------*/

	
/*------------------------------------------------------------*
**  TABLAS
**------------------------------------------------------------*/
table { 
	border: 0px solid #006699;
	background-color: transparent;
	text-align:justify;
	border-spacing: 0;
}

.table0 { 
	border:2px solid #006699;
	color: #006699;	
	font-weight:bold;
	z-index:1; 
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

/* TABLA BORDE PUNTEADO AZUL */
.table1 { 
	border: 1px dashed #006699;
	background-color: transparent;
	text-align:justify;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

/* TABLA RELLENO AZUL Y LETRA BLANCA*/
.table2 { 
	border:0px solid #006699;
	background: #006699;
	color: #ffffff;	
	font-weight:bold;
	z-index:1; 
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

/* TABLA BORDE AZUL RELLENO BLANCO Y LETRA AZUL*/
.table3 { 
	border:1px solid #006699;
	background: #ffffff;
	color: #006699;	
	font-weight:bold;
	z-index:1; 
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

/* TABLA BORDE IZQ PUNTEADO AZUL */
.tableBordeIzq { 
	border-left: 1px dotted #006699;
	border-bottom: 1px dotted #006699;
	border-spacing: 10px;
	background-color: transparent;
	text-align:justify;
	width: 98%;
	margin-left:auto;
	margin-right:auto;
}

.tr_color_rojo{
	background-color: #ef9d91;
	color:#fff;
	text-align:justify;
}

.tr_color_azul{
	background-color: #007D7F;
	color:#fff;
	text-align:justify;
	width: 100%;
}

.td_nota {
	width: 100%; 
	border: 2px dotted #006699;
}

.td_cellspacing {
	padding: 7px;
	border: 3px;
	text-align:right;
	width: 10%;
}

.td_top{
	vertical-align:top;
	width: 98%;
}
/*------------------------------------------------------------*/


/*------------------------------------------------------------*
**  FORMULARIOS
**------------------------------------------------------------*/

label{
width: 4em;
float: left;
color: #007D7F;
font-weight:normal;
text-align: right;
margin-right: 0.5em;
display: block;
border-collapse: 10;
}

input 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	border:1px solid;
}

.submit input{
margin-left: 4.5em;
}

.text input{
color: #007D7F;
font-weight:normal;
background: #fee3ad;
width: 100px;
border: 1px solid #C82026
}

input.identidad {
width: 100px;
padding-right: 20px;
background: #ffffff url(../images/identidad.png);
background-repeat: no-repeat;
background-position: right bottom;
color: #007D7F;
}

input.candado {
width: 100px;
padding-right: 20px;
background: #ffffff url(../images/candado.png);
background-repeat: no-repeat;
background-position: right bottom;
color: #007D7F;
}

input.buscar {
width: 100px;
padding-right: 20px;
background: #ffffff url(../images/ver.png);
background-repeat: no-repeat;
background-position: right bottom;
color: #007D7F;
}

.submit input{
	color: #ffffff;
	background: #007D7F;
	border: 0px outset #d7b9c9
}

fieldset{
	font-weight:normal;
	border: 1px solid #C82026;
}

legend{
	color: #fff;
	background: #C82026;
	border: 1px solid #781351;
	padding: 2px 6px
} 

.textarea {
	width:500px;
	height:100px;
	border: 2px solid #007D7F;
} 

.textarea-titular {
	width:500px;
	height:14px;
	border: 2px solid #007D7F;
} 

/*------------------------------------------------------------*/


/*------------------------------------------------------------*
**  <hr> <h1> <h2> ...
**------------------------------------------------------------*/

h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #007D7F;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}

h2 {
	margin: 0;
	color: #C82026;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-left:25px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	

h4 {
	margin: 0;
	color: #006699;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(../images/dots-hr-4.gif);
	background-repeat:repeat-x;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h6{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	color: #006699;
	margin: 0;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(../images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}
/*------------------------------------------------------------*/


/*------------------------------------------------------------*
**  ENLACES
**------------------------------------------------------------*/

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
.thumbs { 
	float: left;
	margin: 5px;
	padding: 0;
	background-image: none;
	border: 2px solid #006699;
	background-color: transparent;
	}
/*------------------------------------------------------------*/

/*------------------------------------------------------------*
**  ALARMAS
**------------------------------------------------------------*/
.alarmaOK{
	margin-top:50px;
	margin-left:25%;
	margin-bottom:0px;
	width: 30%;
	font-weight:normal;
	color: green;
	border: 2px dotted green;
	text-align:center;
}

.alarma{
	margin-top:50px;
	margin-left:25%;
	margin-bottom:0px;
	width: 50%;
	font-weight:bold;
	color: #C82026;
	border: 6px dotted #C82026;
	text-align:center;
}

.aviso_zonasocio{
	border:2px solid green;
	background: #ffffff;
	color: green;	
	font-weight:bold;
	z-index:1; 
	width: 798px;
	margin-left:auto;
	margin-right:auto;
}

/*------------------------------------------------------------*/

/*- Menu Vertical--------------------------- */

#vertmenu {
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenutitulo {
display: block;
background-color:#007D7F;
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #ffffff;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}

#vertmenu ul li {
margin: 0px;
padding: 0px;
}

#vertmenu ul li a {
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #ffffff;
background:url(../images/red_background.gif) top left;			
}
