@charset "utf-8";
body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat;
	background-color: #F3F3F3;
	width: 100%;
}

* {
	margin: 0; 
}

.cuerpo {
	width: 1100px;
	//min-height: 100%;
	//height: auto;
	height: 100%;
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	
}

.titulo {
	font-size: 20px;
	float: left;
	height: 100px;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	float: left;
	width: 150px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.encabezado {
	float: left;
	width: 945px;
	height: 98px;
	background-image: url(../imagenes/encabezadodespacho.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	opacity: 0.6;
}

.menu ul {
	margin-top: -8px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: -20px;
	padding-top: 0px;
	list-style-type: none;
	text-align: left;
	
	
}
.menu div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background-repeat: repeat;
	text-align: left;
	white-space: nowrap;
	width: 252px;
	height: 150px;
	position: relative;
	visibility: hidden;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: -5px;
	z-index: 100;
	border-radius: 5px;
	background-image: url(../imagenes/botonsubmenu2.fw.png);
	line-height: 50px;
	margin-top: 10px;
	
	
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	color: #3333CC;
	background-repeat: repeat;
	text-align: center;
	height: 45px;
	width: 220px;
	float: left;
	padding-top: 5px;
	border-radius: 5px;
	background-image: url(../imagenes/botonmenu2.fw.png);
	
	
}
.menu:hover div {
	visibility: visible;
	
 
 
 
 
 
	/* Aqui colocamos la transicion para cada navegador */
	-webkit-transition: all 0.6s ease-out;  /* Chrome y Safari */
	-o-transition: all 0.6s ease-out;  /* Opera */
	-moz-transition: all 0.6s ease-out;  /* Mozilla Firefox */
	-ms-transition: all 0.6s ease-out;   /* Internet Explorer */
	transition: all 0.6s ease-out;  /* W3C */
	
	
}

.texto {
	padding: 15px;
	float: left;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	z-index: 0;
	text-align: justify;
	
}
.textonot {
	float: right;
	height: 100px;
	width: 620px;
}
.enlaces {
	float: left;
	width: 200px;
	height: 40px;
	border: thin solid #999;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}


.textoizq {
	padding: 5px;
	float: right;
	width: 185px;
	background-color: #F3F3F3;
	height: 100%;
}

.colorfuente {
	color: #3333CC;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3333CC;
	text-align: justify;
	margin-top: 30px;
	width: 100%;
	margin-bottom: 25px;
}
.escudos {
	width: 85%;
	text-align: center;
	margin-top: 75px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
}

#piepag {

	
}
.piepag {
	background-color: #CCC;
	text-align: center;
	font-size: 13px;
	width: 100%;
	float: left;
	padding-top: 2em;
	height: 50px;
	margin-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
.piescroll {
	position: absolute;
	bottom: 0px;
}



a {
	text-decoration: none;
	color: #3333CC;
}
a:hover {/*se cambian el aspecto al pasar el ratón por encima (tamaño, color...)*/
	font-size:15px;
	text-decoration: none;
}
a:link {
	
	text-decoration: none;
}
a:visited{/*modifica el aspecto (letra o color) del enlace que ha sido visitado*/
	
	text-decoration: none;
}
.textoenl {
	float: left;
	width: 210px;
	padding-top: 20px;
	margin: 15px;
	margin-top: 45px;
}
.mail {
	width: 550px;
	margin-left: 120px;
	color: #00005B;
	border: medium double #00005B;
	padding-left: 25px;
}
.posic {
	margin-left: 50px;
}
.googlemaps {
	margin-top: 50px;
	float: left;
	border: 2px solid #C0C0C0;
	width: 840px;
		
}
