/* CSS Document */
/****************************************************************** OBJETOS */
* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #8FD400;
}

body {
	background-image: url(../imagenes/fondo.jpg);
	background-position: center 20%;
	background-repeat: no-repeat;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

h1 {
	color: #00665C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: .8em 0em;
}

html {
	margin: 0px;
	padding: 0px;
}

p {
	color: #00665C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

ul {
	color: #00665C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

/********************************************************** IDENTIFICADORES */

#contficha {
	font-size: 120%;
	left: 50%; 
	margin: 0 0 0 -390px; 
	padding: 0; 
	position: absolute; 
	text-align:left;
	top: 65px; 
	width: 780px; 
}

#negro {
	height: 100%; 
	left: 0; 
	line-height: 1%;
/*	opacity: 60;*/
	-moz-opacity: 0.6; 
	background-color: #FFF; 
	opacity: 0.6; 
	position: absolute;	
	top: 0; 
	width: 100%; 
	z-index: 90; 
}

#contenedor {
	margin: 60px auto;
	width: 76em;	
}

#cuerpo {
	border-top: 1px solid #8FD400;
	margin-left: 44px;
}

	#cuerpo img {
		border: none;
		height: 6em;
		padding: .8em .75em .8em 0em;
		width: 8em;
	}

	#cuerpo img.ultimo {
		padding: .8em 0em .8em 0em;
	}
	
	#cuerpo ul {
		margin: 0;
		padding: 0;
	}
	
		#cuerpo li {
			background-image:url(../imagenes/separador_menu.gif);
			background-position: left center;
			background-repeat: no-repeat;
			display: inline;
			padding: 0 0 0 10px;
			vertical-align: middle;
		}
			
			#cuerpo li.primera {
				background-image: none;
				padding: 0;
			}
			
			#cuerpo li a {
				font-weight: bold;
				text-decoration: none;
			}
	
/******************************************************************* CLASES */

.telefono {
	background-image: url(../imagenes/icono_telefono.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #00665C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 10px 1em 10px;
	padding: 0em 34px;
}

.email {
	background-image: url(../imagenes/icono_email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0em 10px 0em 10px;
	padding: 0em 34px;
}

.direccion {
	padding-left: 44px;
}
