﻿html, body { border: 0; margin: 0; padding: 0;}


/* Jello -- start copying here * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
	padding: 0 559px 0 559px;
	margin: 0;
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#666;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 0%;
	max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander {
	margin: 0 -559px 0 -559px;
	min-width: 1118px; /* Critical Safari fix! */
	position: relative;
	/*border:#003300 solid 1px;*/
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 


/***** Fin de Jello *******/

/******* Holly Hack *******/
/*\*/
* html form {height: 0;}
/* Holly hack */

/****** Clear Fix *********/

.holly{
	height:1%;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#IE7Root .ie7{
	/**** Este estilo solo afecta al IE7 ****/
	/**** Se basa en un nodo <div> llamado IE7Root que solo hacemos exisitir en IE7 *****/
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

strong{ color:#4E2354;}

a{text-decoration:none; color:#4E2354; font-weight:bold;}

.cabecera{background:#FFFFFF; padding:8px;}

.cabecera img{padding:8px;}

.cuerpo{
	width:1102px;
	padding:0 8px 0 8px;
	background-color:#FFFFFF;
	/*min-height:390px;*/
}

.pie{
	width:1118px;
	padding:5px 0 5px 0;
	background:#f60;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

.menu{width:200px; float:left;}

.menuFont{color:#666; padding:5px;}

.boton{color:#666; font-size:10px;}



.contenedor{
	float:left;
	width:890px;
	/*min-height:390px;*/
}

.indexCajas{
	border-left:dotted 1px #63C;
	padding:0 10px 10px 9px;
	float:left;
	min-height:345px;
}
.indexFoto{
	border:1ps solid #f60;
}

h2{

	font-size:13px;
	font-weight:bold;
	color:#663399;
	border-bottom:1px dotted #663399;
	margin-top:15px;
}

h3{
	font-weight:bold;
	font-size:12px;
	color:#000;
	padding:5px 0 5px 0;
	margin:0;
}

.txtDestacado{
	font-size:12px;
	color:#666;
	font-weight:bold;
}

.txtColor{
	color: #666699;
	font-size:12px;
	font-weight:bold;
}

/* empresa */
.cajaEmpresa{
	/*background-color:#FFE1CD;*/
	border-left:1px dotted #63C;
	border-right:1px dotted #63C;
	width:310px;
	padding:20px 15px 20px 15px;
	float:left;
}
/* contacto */
.cajaContacto{
	float:left;
	border:1px dotted #63C;
	padding:10px 7px 10px 7px;
	margin-right:10px;
}
.cajaContacto2{
	padding:10px 5px 10px 10px;
	margin-right:10px;
}
.fotoContacto{ border:1px dotted #63C;}

/* ------------------   tabla de obras   --------------- */
.obras th{ border-bottom:1px dotted #663399;}
.obras td{
	padding:3px 0 3px 0;
	border-bottom:1px dotted #B8A7BA;
}
/*.obras col#obra{font-weight:bold;}*/

.proyectos th{ border-bottom:1px dotted #663399;}
.proyectos td{
	padding:3px 0 3px 0;
	
}


/* -------------------   paginación   -------------------- */
.paginacion{text-align:center; padding:0 0 5px 0;}
.paginacion a{text-decoration:none;}

.paginacion a:link{ color:#FF6600; font-weight:bold;}
.paginacion a:visited{ color:#333333; font-weight:bold;}

.paginacion a:hover{color:#FF6600; font-weight:bold;}
.paginacion a:active{color:#B8A7BA; font-weight:bold;}

/* ---------------------   ficha   ------------------------ */
.fotoFicha{
	border:1px dotted #663366;
	padding:5px;
	float:left;
	margin-bottom:10px;
}

.titFicha {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	width:100%;
	display:inline;
}
.txtFicha{
	margin-top:10px;
}
.titFichaEmpleo {
	font-size:12px;
	color:#333333;
	font-weight:bold;
}
/* --------------------- formulario ---------------------*/
.formulario{
	border:1px dotted #663399;
	margin:0 5px 5px 5px;
	text-align:center;
}
.formularioTxtColor{
	color: #666699;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #666699;
}

.formularioTabla{
	text-align:left;
}

.formularioTabla th{
	color:#663399;
	padding:5px 0 5px 5px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #663399;
}
.formularioTabla td{
	padding:3px 0 3px 10px;
	/*width:90%;*/
}
.formulario_input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#826487;
	margin-left:10px;
}
.formularioSubmit{
	font:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
.alturaMinima
{
      min-height:360px;height:auto !important;height:360px;
}


.error{
	color:#4E2354;
	font-size:30px;
	font-weight:bold;
	margin:40px 0 0 0;
}

.404{
	color:#4E2354;
	font-size:100px;
	font-weight:bold;
	margin:0;
	padding:0;
}