* {margin: 0; padding: 0;}

/**************************** Estructura principal *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
}

#left {
	float:left;
	width: 225px;
	padding-left: 4em;
	margin-top: 120px;
}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

/******************************* Pie de pagina *************************************/
#footer {
	clear: both;
	margin-left: 340px;
	margin-right: 50px;
	margin-top: 20px;
	padding: 20px;
	text-align: center;
	border-top: 1px dotted #CCCCCC;
	background-color: #F9F7EA;
}
#footer a {
	text-decoration: none;
}

/******************************* Texto e imagen *******************************/

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
	text-align: justify;
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 2.6em;
}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

h3 {
	height: 2em;
	background-color: #FFFFFF;
	padding-top: 1em;
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #FE7B0F;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #E9BF9A;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #000000;
}

h5 {
	color: #0064AC;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}


img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}

/******************************* Idiomas *********************************/
#idiomas {
	width: 20em;
	background-color: #FBF9F4;
	margin-bottom: 2em;
	padding-top: 1em;
	height: 2em;
	border: 1px solid #E9BF9A;
}

#idiomas ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	}

#idiomas li {
	padding-top: 1em;
	padding-left: .5em;
	display: inline;	
}

/********************************* Menú **********************************/

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	width: 20em;
	background-color: #FBF9F4;
	}

#menu p {
	background-color: #E9BF9A;
	padding: 5px;
	border: 1px solid black;
}

#menu ul {
	font-weight: normal;
	list-style: none;
	margin: 0;
	padding-left: 1em;
	}

#menu li {
	padding-top: 1em;
}

#menu li a  {
	height: 20px;
	text-decoration: none;
	color: #bf8a44;	
	}		
	
#menu li a:hover {
	color: #FE7B0F;
	}

/****************************** Formulario de contacto ****************************/

#contacto form {

	margin-top: 15px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-image: url(images/form_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#contacto label {
	color: #bf8a44;
	font-weight: bold;
}

#contacto input {
	display: block;
	width: 185px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
	margin-bottom: 3px;
}

#contacto textarea {
	vertical-align: top;
	width: 300px;
	height: 100px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin-top: 3px;
}

#contacto .submit {
	margin-top: 15px;
	padding: 2px;	
	border: 1px solid black;
	background-color: #E9BF9A;
}

/****************************** Imágenes en tabla *************************************/

#right ul {
	list-style: none;
	margin: 1em;
	padding: 0;
	
	text-align: center;
	}

#right li {	
	padding: 1em;
	display: inline;		
	vertical-align: middle;
}

/****************************** Datos de contacto (localización) *************************************/
#datos_contacto {
	font-family: verdana, arial, sans;
	margin-bottom: 10px;
}

#datos_contacto em {
	font-weight: bold;
}