/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	background-repeat: no-repeat;
	}

h1,h2,h3,h4,h5,h6,ul,li,p,form,dl{
	margin:0;
	padding:0;
	}

img{
	border:none;
	}


/* CONTENEDORES */

#contenedor{
	margin:0;
	padding:0;
	width:100%;
	max-width:1300px;
	min-height:700px;
	}

#cabecera{
	background:url(../graficos/fondo_morado.png) repeat;
	_background: #663366;
	height:65px;
	padding:0 30px;
	}

	#cabecera #logo{
	z-index:100;

	}
	
	#cabecera h1{
	text-transform:uppercase;
	font-weight:normal;
	float:right;
	margin:15px 0 0 0;
	
	}

#menu_ppal{
	background:url(../graficos/fondo_naranja.png) repeat-x;
	_background:#cc6633;
	height:61px;
	margin:5px 0;
	width:100%;
	z-index:1;
	
	}

	#menu_ppal ul{
	float:right;
	width:auto;
	}
	
	#menu_ppal li{
	float:left;
	list-style:none;
	padding:20px 30px;
	}
	
	#menu_ppal li a{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
	font-size:1.2em;
	text-decoration:none;
	}
	
	#menu_ppal li a:hover{
	font-weight:bold;
	}



#destacado{
	float:left;
	margin:5px 0 0 20px;
	}

	#destacado h2{
	background:url(../graficos/book.png) no-repeat ;
	_background:none;
	height:70px;
	width:400px;
	display:block;
	text-indent:-5000px;
	_text-indent:0px;
	_text-transform:uppercase;
	_font-size:5em;
	}
	
	#destacado p{
	width:350px;
	background:url(../graficos/fondo_blanco.png) repeat;
	_background:#FFFFFF;
	height:120px;
	margin:-3px 0 0 0;
	text-align:right;
	padding:20px;
	font-size:1.5em;
	color:#660066;
	line-height:1.5em;
	}

#contacto_home{
	float:left;
	margin:-23px 0 5px 0px;
	}

#contacto{
	float:left;
	margin:-23px 0 5px 0px;
	background:url(../graficos/telefono.png) top left no-repeat;
	}

	#contacto_home h3 ,#contacto h3{
	background:url(../graficos/contacto.png) no-repeat;
	margin:0px 0 0 0;
	height:23px;
	width:200px;
	display:block;
	text-indent:-5000px;
	_background:none;
	_text-indent:0px;
	_color:#663366;
	_font-size:2em;
	_text-transform:uppercase;
		}
		
	#contacto h3{
	margin:0px 0 0 30px;
	}
	
	#contacto_home #formulario, #contacto #formulario{
	background:url(../graficos/fondo_morado.png) repeat;
	width:160px;
	height:280px;
	padding:10px 20px;
	}
	
	#contacto #formulario{
	margin:0 0 0 30px;
	}
	#contacto_home p, #contacto p{
	color:#FFFFFF;
	font-weight:bold;
	font-size:.9em;
	padding:2px 0;
	}

#telefonos{
margin:0px 0 5px 0 ;

}
	#contacto_home p#telefonos, #contacto p#telefonos{
	font-weight:bold;
letter-spacing:0.1em;
font-size:1.1em;}

#contenido{
max-width:500px;
width:40%;
margin:20px auto;
	}

#contenido p{
color:#000000;
font-size:.8em;
}
	#contenido dl{
	font-size:.8em;
	line-height:1.5em;
	color:#000000;
	}

	#contenido dt{
	font-weight:bold;
	margin:5px 0;
	}
#adicionales{
	background:url(../graficos/fondo_gris.png) repeat;
	width:18%;
	float:right;
	padding:20px;
	
	}

	#adicionales p{
	font-size:.9em;
	line-height:1.5em;
	font-weight:bold;
	margin:0 0 20px 0;
	}

#fotos{


}

#fotos img{
float:left;
margin:0 0 10px 30px;
}

#pie{
	clear:both;
	background:url(../graficos/fondo_blanco.png) repeat;
	_background:#FFFFFF;
	width:100%;
	height:30px;
	}

	#pie li{
	float:left;
	list-style:none;
	margin:5px 20px 0 0 ;
	font-size:.8em;
	color:#660066;
	}

#menu_legal{
	float:right;
	width:auto;
	}


input, textarea{
	width:150px;
	height:15px;
	border:#FFFFFF 1px solid;
	margin:0 0 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:none;
	color:#FFFFFF;
	}

input:focus, textarea:focus{
background:url(../graficos/fondo_blanco.png);
}


input[type="submit"]{
width:100px;
height:20px;
background:url(../graficos/boton.png) no-repeat left top;
border:none;
margin:0px 7px 0px 0px;
color:#663366;
font-size:9px;
float:right;
		}
input[type="submit"]:hover{
	background:url(../graficos/boton_hover.png) no-repeat;
	border:none;
		}
input[type="submit"]:active{
	background:url(../graficos/boton_active.png) no-repeat;
	border:none;
		}

textarea{
	height:100px;
	}




a, a:link, a:visited, a:active{
	color:#cc6600;
	text-decoration:none;
	}

a:hover{
	text-decoration:underline;
	}

.carro{
	clear:both;
	}
.bn{
background:url(../fotos/bookbn.jpg) no-repeat;
}