/* SECCIÓN: ELEMENTOS GENERALES DE LA PÁGINA */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
body {
    font-size: 80%;
    line-height: 1.6em;
	color: #000000;
	background:url(../images/css-fnd-body.jpg) top center no-repeat;
}
body, input, textarea, select, optgroup {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
input, textarea, select, optgroup, table, tr, th, td  {
	font-size: 100%;
}
p, ul, ol, li, dl, dt, dd, form, fieldset, blockquote, cite, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
img, a img {
	border: none;
}

/* SECCIÓN: CLASES GENERALES DE LA PÁGINA */
.clearall {
	clear: both;
	height: 0.00101em;
	line-height: 0.0001em;
	font-size: 0.0001em;

}


/*SECCIÓN: ESTILOS DEL ARMAZÓN DE LA PÁGINA*/
#web {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align:left;
}

#contenedor {
	width: 1003px;
	margin: 0 auto;
	/*text-align: left;*/
	text-align: justify;
	position: relative;
	padding-bottom: 12em;
	}


/* CABECERA */

#cabecera{

	text-align:left;
	height:165px;
	margin:0px;
	padding:0px;
}
#cabecera #logo_atica {
width:260px;
	float: left;
		margin:25px 0 0 20px;
	}
#cabecera #logo_alcad {
width:60px;
	float: right;
	margin:25px 15px 0 25px;

	}
#cabecera .menu_arriba {
	text-align: right;
	padding-top: 25px;
	}

#cabecera .menu_abajo {
	text-align: right;
	margin-top: 15px;
	}

/** CUERPO INICIO **/

#cuerpo{
	width:1003px;
	margin:0px;
	padding:0px;
	margin-bottom:0px !important;
	float:left;
}
#cuerpoIzq{
	width:260px;
	margin: 0px;
		padding:0px ;
	float:left;
}
#cuerpoIzq .titulo{
	margin:10px 0px 0 40px;
	padding:0px;
}
.separata{
	margin-left: 40px;
	background-image:url(../images/separata2.gif);
	background-repeat:repeat-x;
	background-position:left;
}
 .catalogo{
	margin:0 0 0 35px;
	padding:0px
}
.separador{
	text-align:left;
	margin:10px 0 10px 0px;
	padding:0px
}
#cuerpoIzq p{
	padding:0px 0px 0px 40px;
	line-height: 20px;
}
#cuerpoIzq p span{
	color:#01716F;
	font-weight:bold;
}
#cuerpoIzq table p{
	margin:0px;
	padding:0px 0px 0px 10px;
}
#cuerpoDer{
	margin:0px;
	float:right;
}
#cuerpoDer table{
	height:100%;
	width:620px;
	margin:10px 0px 10px 0;
}
#cuerpoDer table td{
	width:310px;
	margin: 0px;
}
#cuerpoDer p{
	padding:0px 30px 0px 75px;
	line-height: 20px;
}
.boton{
	width:150px;
	height:19px;
	background-image:url(../images/boton.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	margin:6px 0px 20px 100px;
	float: right;
}
.boton a{
	text-decoration:none;
	color:#ffffff;
	padding:2px 0 0 20px;
}
.boton a:hover{
	text-decoration:none;
	color:#36C1BE;
}
/**************INTERIOR*****************************/

#cuerpoInterior{
	width:1003px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	float:left;
}
.separataInt{
	width:950px;
	margin: 5px 28px 15px 25px;
	padding:0px;
	background-image:url(../images/separata2.gif);
	background-repeat:repeat-x;
	background-position:left;
}
#cuerpoInterior img{
	margin: 10px 0 10px 25px;
}
 #cuerpoInterior p span{
	color:#01716F;
	font-weight:bold;
}
#texto{
	width:540px;
	padding-right:10px ;
	margin:0px 0px 40px 25px ;
}
.texto{
	width:540px;
	padding-right:10px ;
	margin:0px 0px 40px 25px ;
	line-height: 20px;
}
.texto2{
	width:650px;
	padding-right:10px ;
	margin:0px 0px 40px 25px ;
	line-height: 20px;
}
#texto img{
	float:right;
	margin:15px 0 0 5px;
	padding:0px ;
}
#texto p{
	padding:0px ;
	margin:10px 0px 0 0px ;
	line-height: 20px;
}
 .cuerpoInteriorIzq{
	width:300px;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 5px 25px;
	float:left;
	background-image: url(../images/separataVertical.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
}
 .cuerpoInteriorCentro{
	width:300px;
	margin:0px 0px 0px 0px;
	padding: 0px 10px 5px 25px;
	float:left;
	background-image: url(../images/separataVertical.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
	}
 #cuerpoInterior ul{
	margin:0px;
	padding:0px;
}
#cuerpoInterior ul li{
	background-image:url(../images/piti.gif);
	background-repeat:no-repeat;
	background-position: 0 0.4em;
	padding-left:7px;
	margin:0px;
}
 .cuerpoInteriorDer{
	width:290px;
	margin:0px 20px 5px 20px ;
	padding: 0px;
	float:right;
}

#cuerpoNoticias{
	height: 100%;
	margin:0px;
	padding:0px;
	float:left;
}
#cuerpoNoticias table{
	margin:10px 40px 0px 100px;
	padding-right:0px;
}
#cuerpoNoticias img{
	margin: 10px 0 0px 0px;
}
#cuerpoNoticias p{

	padding:5px 50px 0 0px ;
	line-height: 20px;
}

#cuerpoNoticias p span{
	color:#01716F;
	font-weight:bold;
}
#cuerpoCatalogo{
	width:850px;
	margin-left:100px;
	margin-top:15px;
	padding:0px;
	float:left;
}
#cuerpoCatalogo p{

	padding:5px 50px 0 0px ;
	line-height: 20px;
}

#cuerpoCatalogo p span{
	color:#01716F;
	font-weight:bold;
}

#cuerpoCatalogo img{
margin: 0px 0 15px 0px;
}

 #cuerpoCatalogo #catalogo {
	 width:100%;
	 height:200px;
	float:left;
	margin-left:0px;
	padding-left:0px;
}
#cuerpoCatalogo #catalogo .img{
	float:left;
	width:120px;
	padding:0px;
	margin:0px;


}
#cuerpoCatalogo #catalogo .folleto{
	width:150px;
	height:200px;
	float:left;
	text-align:left;
	padding:0px 20px 0 20px;
	margin-left:5px;
	margin-top:10px;
}
#cuerpoCatalogo #catalogo .folleto .boton2{
	width:90px;
	height:25px;
	background-image:url(../images/boton2.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	padding:4px 0px 0px 17px;
	margin: 10px 0 0 0px;
	float: left;
}
#cuerpoCatalogo #catalogo .folleto .boton2 a{
	text-decoration:none;
	color:#ffffff;
	
}
#cuerpoCatalogo #catalogo .folleto .boton2 a:hover{
	text-decoration:none;
	color:#36C1BE;
}
#cuerpoCatalogo #catalogo .folleto .sepvertical{
	float:right;
	height:90px;
	width:30px;
	margin-top:0px;
	padding-top:0px;
}
/**************CONTACTO*****************/
#cuerpoContacto{
	width:880px;
	height:100%;
	padding-left:100px;
	margin-top:15px;
	margin-left:0px;
	float:left;
}
#cuerpoContacto .izqu{
background-image:url(../images/separataVertical.gif);
background-repeat:repeat-y;
background-position:right;
margin-top:25px;
width:280px;
float:left;

}
#cuerpoContacto .izqu a{
text-decoration:underline;
color:#000000;

}
#cuerpoContacto .izqu a:hover{
text-decoration:none;

}
#cuerpoContacto .dere{
float:right;
margin:15px 0px 0 0;
padding:0px;
width:450px;

}
#cuerpoContacto .dere form{
margin:0px 70px 5px 0px;
width:450px;
float:right;
}
#cuerpoContacto .dere form .textfor{

width:240px;
}

#cuerpoContacto .dere form .textarea{
height:70px;
width:240px;
}
#cuerpoContacto .dere p{
text-align:right;
padding-left:10px ;
padding-right:100px;
padding-top:5px;
}
#cuerpoContacto .dere p a{
text-decoration:underline;
color:#000000;
}
#cuerpoContacto .dere p span{
color:#01716F;
	font-weight:bold;
}
#cuerpoContacto .dere p a:hover{
text-decoration:none;

}
.boton3{
	width:70px;
	height:28px;
	float:right;
	margin:10px 200px 0 0;
	
}

/* ESPECÍFICOS PIE */
#pie_contenedor {
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 90%;
	background: url(../images/css-fnd-pie.jpg) bottom center no-repeat;
	color:#656363;
	height:160px;
	width:100%;
}
#pie_contenedor .txt {
	position:relative;
	width:1003px;
	margin:0 auto;
	margin-top: 53px;
	height:107px;
	}
#pie_contenedor  .txt .direccion {
	float: right;
	color:#FFFFFF;
	text-align:right;
	margin: 10px 30px 0px 10px;
	}
#pie_contenedor  .txt .direccion a {
	color:#FFFFFF;
	text-decoration:underline;
	}
#pie_contenedor  .txt .direccion a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#pie_contenedor  .txt .atica {
	position: absolute;
	bottom: 50px;
	left:25px;
	}
#pie_contenedor  .txt .atica .img {
	float: left;
	margin-right: 15px;
	}

#pie_contenedor  .txt .atica .boton2{
	width:90px;
	height:25px;
	background-image:url(../images/boton2.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	padding:6px 0px 0px 0px;
	margin: 10px 0 0 0px;
	float:left;
	
	

}
#pie_contenedor  .txt .atica .boton2 a{
	text-decoration:none;
	color:#ffffff;
	padding-left:20px;
	
}
#pie_contenedor  .txt .atica  .boton2 a:hover{
	text-decoration:none;
	color:#36C1BE;
}


