@charset "utf-8";
/* CSS Document */
body{
	background-color:#FCE8BA;
}
div#fondo{
	background-image:url(../imagenes/fondo.png);
	margin:0 auto;
	width:950px;
	height:650px;
}
div#cuerpo{
	width:820px;
	height:580px;
	margin: 0 auto;
	background-image:url(../imagenes/cuerpocentro.png);
	clear:both;
}
div#titulo{
	width:480px;
	margin-left:300px;
	margin-top:100px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#F60;
}
div#botonera{
	width:790px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-left:15px;
	margin-top:20px;
}
div#contenedor{
	width:790px;
	height:385px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-left:15px;
	margin-top:10px;
}
div#desarrolloinicio{
	background-image:url(../imagenes/inicio2.png);
	width:760px;
	height:380px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
}
div#desarrollo{
	background-image:url(../imagenes/cuerpocentrob.png);
	width:500px;
	height:380px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
}
div#desarrolloB{
	background-image:url(../imagenes/cuerpocentroc.png);
	width:260px;
	height:380px;
	margin-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	float:right;
	border-top:1px #F60 solid;
	border-bottom:1px #F60 solid;
}
div#bajo{
	width:800px;
	height:25px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background-color:#F93;
	border:2px #06C solid;
}
div#atria{
	width:800px;
	height:31px;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
div#mapa{
	border:2px solid #F60;
}
/*CONTENIDO DE TEXTO COMO H1, H2, ETC...*/
H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F60;
	margin-left:5px;
}
H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C60;
	margin-left:5px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
	text-indent:10px;
	font-size:12px;
	line-height:15px;
	
}
.botonera{
	color:#039;
	font-weight:bold;
	height:30px;
}
.borde{
	border:1px #33C solid;
}
.logojunta{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#060;
}
/*ENLACES DE LA WEB*/

A:link{ text-decoration:none; color:#039;}
A:active{ text-decoration:none; color:#FFFFFF;}
A:visited{ text-decoration:none; color:#039;}
A:hover{ text-decoration:none; color:#FFFFFF;}

/*ESTILO DE FORMULARIOS*/
.casillaestrecha{
background-color: transparent;
border-left:none;
border-right:none;
border-top:none;
border-bottom:1px solid #F60;
width:150px;
height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
.casillancha{
background-color: transparent;
border-left:none;
border-right:none;
border-top:none;
border-bottom:1px solid #F60;
width:315px;
height:16px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
.textareaestrecha{
width:150px;
height:80px;
border: 1px solid #F60;
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
.textarea{
width:315px;
height:100px;
border: 1px solid #F60;
background-color: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
}
.boton{
border:1px solid #999999;
background-color: transparent;
width:70px;
height:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
}
.tablacont{
text-align:left;
color:#333333;
}
p#estrecho{
	width:270px;
	text-align:justify;
	line-height:18px;
}
p#estrechodos{
	width:270px;
	text-align:justify;
	line-height:18px;
}
p#funtechica{
	text-indent:0px;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
