@import url("abstract_styles.css");


body {

	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin : 20px 0px 20px 0px;
	text-align: center;
	background-color: #E4E4CA;
	color: black;
}

.colorEnlace
{
	color:#094480 !important;
}

a, a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pie_bloq {
	clear: both;
}

.contenedor {
	position: relative;
	background: white url(cssimg/fondoMapaWeb.gif) bottom right no-repeat;
	margin: auto;
	text-align: left;
	width: 748px;
	width: 970px;
}


/*========================================================================*/
/* ============================== CABECERA ============================== */
/*========================================================================*/

.cabecera {
	position: relative;
	background-position:  top right;	
	background-repeat: no-repeat;
	height: 71px;
}

.cabecera_login {
	background-image: url(cssimg/cabecera_login.jpg);
}

.logo {
	position: absolute;	
	left: 7%;
	left: 55px;
	top: 5px;
}

.logo img {
	border: none;
	margin: 0;
	padding: 0;
}

.logosAyuntamientos {
	width: 40%;
	float: right;
}

.imgLogosAyuntamientos {
	float: right;
	margin: 5px 20px 0px 0px;
}


/*================================================================================*/
/* ============================== ENLACE PRINCIPAL ============================== */
/*================================================================================*/

.enlace_principal {
	background-color: #E5E5E5;
	width: 100%;
	height: 23px;
}

.enlace_principal img {
	vertical-align: middle;
	border: none;
}


/*================================================================================*/
/* ============================== ENLACE PRINCIPAL ============================== */
/*================================================================================*/

.cuerpo_principal {
	width: 100%; clear: both;
}


/*===============================================================================*/
/* ============================== PlanesLibreAsig ============================== */
/*===============================================================================*/

/* ******************** LOGIN Y LOGOUT INTRANET ******************** */

.contenido_login {
	margin-left: 18%;
	padding-bottom: 110px;
	width: 64%;
}

.contenido_login p {
	margin: 0;
}

.caja_login {
	width: 50%;
	margin: auto;
	border: 1px solid #34353A;
	padding: 3% 5%;
}

.caja_login form {
	margin: 0;
	padding: 0;
}

.label_intranet {
	float: left;
	display: block;
	width: 30%;
	text-align: left;
}

.input_texto_intranet {
	float: right;
	width: 50%;
	border: 1px solid #34353A;
	font-size: 1.2em;
}

.boton_login {
	background-color: #F2F2F2;
	border: 1px solid #34353A;
	padding: 2px 8px;
	/padding: 2px 5px;
	font-size: 1em;
	cursor: pointer;
}

/*=========================================================================*/
/* ============================== CONTENIDO ============================== */
/*=========================================================================*/

.linea_titulo {
	position: relative;
	width: 100%;
	padding: 0 0 5px 0%;
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}

.titulo2 {
	position: relative;
	left: 0;
	top: 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #34353A;
	padding-top: 5px;
}

.titulo2 {
	width: 98%;
}

