
/* --------------------- Común para toda la web ---------------------*/

body {
	margin:0px;
	padding:0px;
	font:normal 100% "trebuchet MS", tahoma;
	background:#585858;
}

h1{
	margin:0px;
	padding:0px;
	float:left;
}

h1 img {
	border:none;
	margin:0px;	
}


h2 {
	color:#fff;
	font:normal 120% "trebuchet MS", tahoma;
	padding:76px 0 0 0;
	float:right;
	text-align:right;
}

h3 {
	color:#000;
	font:bold 120% "trebuchet MS", tahoma;
	margin:0 0 15px 10px;
	text-align:left;
	font-variant:small-caps;
}

h4 {
	color:#000;
	font:bold 75% "trebuchet MS", tahoma;
	margin:20px 0 0 0;
	font-variant:small-caps;
}

*{
	padding:0px;
	margin:0px;
}

a{
	color:#000;
	text-decoration:underline;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

img{
	border:none;
}


#contenedor{
	margin:0px auto;
	width:900px;
	min-height:600px;
	background:#585858 url(../img/fondo.jpg) 67px top repeat-y;
}




/* ---------------------------------------------- COMIENZA LA WEB -------------------------------------------*/


/* --------------------- COLUMNA IZQUIERDA ---------------------*/

#col-izq{
	margin:0px;
	width:316px;
	height:610px;
	background: url(../img/lateral.gif) 67px top no-repeat;
	float:left;
}

#menu{
	margin:0px;
	width:119px;
	float:right;
}

#menu ul{
	margin:0 0 0 20px;
	padding:0px;
}

#menu li{
	margin:0px;
	padding:7px 0;
	list-style-type:none;
}

#menu li a{
	margin:0px;
	padding:7px 0;
	list-style-type:none;
	font:normal 90% "trebuchet MS", tahoma;
	color:#fff;
	text-decoration:none;
}

#menu li a:hover{
	margin:0px;
	padding:7px 0;
	list-style-image:url(../img/icono.gif);
	font:normal 90% "trebuchet MS", tahoma;
	color:#ff0000;
	text-decoration:none;
}

.aqui{
	margin:0px;
	padding:7px 0;
	list-style-image:url(../img/icono.gif);
	font:normal 90% "trebuchet MS", tahoma;
	color:#fff;
	text-decoration:none;
}



/* --------------------- COLUMNA DERECHA ---------------------*/

#col-dcha{
	margin:0px;
	width:584px;
	min-height:600px;
	float:right;
}

#cabecera{
	margin:0px;
	width:584px;
	height:170px;
	float:right;
}

#servicios{
	margin:15px 0 15px 0;
	width: 580px;
	height:170px;
	float:left;
	border:1px dotted #fff;
}

#servicios-izq{
	margin:5px 0 0 10px;
	width:262px;
	height:160px;
	float:left;
}

#servicios-decha{
	margin:5px 0 0 0;
	padding:0 0 0 35px;
	width:255px;
	height:160px;
	float:right;
	border-left:1px dotted #fff;
}

#servicios-decha p, #servicios-izq p{
	font:normal 75% "trebuchet MS", tahoma;
	color:#fff;
}

#servicios-decha ul, #servicios-izq ul{
	margin:0px;
	padding:0px;
}

#servicios-decha li, #servicios-izq li{
	font:normal 75% "trebuchet MS", tahoma;
	color:#fff;
	list-style-type:none;
}

.caja{
	padding:6px;
	margin:10px 0 0 0;
	width:250px;
	height:100px;
	background: #fff url(../img/caja-bottom.jpg) bottom center no-repeat;
	float:left;
	font:normal 75% "trebuchet MS", tahoma;
	color:#585858;
}

.caja-derch{
	margin:10px 0 0 0;
	float:right;
}

.caja a{
	font:normal 90% "trebuchet MS", tahoma;
	color:#ff0000;
}

.caja a:hover{
	font:normal 90% "trebuchet MS", tahoma;
	color:#000;
	text-decoration:none;
}

#empresa{
	margin:15px 0 15px 0;
	width: 584px;
	min-height:200px;
	float:left;
	padding:15px 0 0 0;
	background:#fff url(../img/caja-bottom.jpg) bottom right no-repeat;
}

#empresa p{
	font:normal 75% "trebuchet MS", tahoma;
	color:#000;
	text-align:left;
	line-height:170%;
	margin:0 5px 15px 10px;
}

#encabezado {
	width:579px;
	height:20px;
	color:#ff0000;
	font:normal 120% "trebuchet MS", tahoma;
	padding:15px 5px 5px 0;
	float:right;
	text-align:right;
}

#servicios-fichas{
	margin:15px 0 15px 0;
	width: 580px;
	min-height:200px;
	float:left;
}


/*--------------- PIE ----------------*/
#pie{
	margin:15px auto;
	width:584px;
	clear:both;
	float:left;
	border-top:1px solid #000;
}

#pie ul{
	padding:14px 0 0 0;
	margin:0px;
	text-align:right;
}

#pie li{
	font:normal 70% "trebuchet MS", tahoma;
	text-align:right;
	padding:0px;
	margin:0px;
	display:inline;
}

address{
	font:normal 70% "trebuchet MS", tahoma;
	color:#fff;
	padding:15px 0 0 0;
	float:left;
}

.pie-aqui{
	color:#ff0000;
}

/* -- Formulario -- */

#formulario, #cita {
	float:right;
	width:250px;
	color:#000;
	font:normal 80% tahoma, Arial, Helvetica, sans-serif;
	margin-right:30px;
}

#form, #cita {
	float:left;
	width:350px;
	color:#000;
	font:normal 80% tahoma, Arial, Helvetica, sans-serif;
	margin:0 0 20px 100px;
}

legend {
	display:none;
}

fieldset {
	border-style:none;
	margin-bottom:8px;
}

.gracias {
	color:#000;
	border:1px solid #ccc;
	padding:10px;
	margin-left:20px;
	width:250px;
	float:left;
}

label{
	color:#000;
	text-align:left;
}

fieldset input, textarea{
	background-color:#585858;
	border:0px solid #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding:2px 5px;
	margin-top:2px;
	margin-bottom:4px;
	color:#fff;
	font:normal 90% tahoma, Arial, Helvetica, sans-serif;
	display:block;
	width:100%;
}

textarea{
	height:50px;	

}

.boton{
	width:80px;
	padding:3px 0px;
	background-color:#eee;
	border:1px solid #ccc;
	color:#666;
	margin:8px 0px 5px 0px;
	cursor:pointer;
}

.boton:hover{
	color:#000;
	border:1px solid #000;
}

.checklabel {
	color:#000;
}

.check {
	margin-right:2px;
}

#formulario a, #cita a{
	color:#ccc;
	text-decoration:underline;
}

#formulario a:hover, #cita a:hover{
	text-decoration:underline;
}





.clear {
	clear:both;
}