/** 
 Archivo de hojas de Estilo del Grupo Euroval
 (c) Todos los derechos reservados.
**/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color:#333333;
	background-image: url(../img/fondo.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 { font-size: 20px }
h2 { font-size: 18px }
h3 { font-size: 16px }
h4 { font-size: 14px }
h5 { font-size: 12px }
h6 { font-size: 10px }

a {
	color: #cc9900;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
.titulo {
	border-bottom: 2px solid #333;
}
a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
#principal {
	width: 950px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo_eurovalia {
	position: absolute;
	top: 20px;
	left: 0px;
}
#menu {
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-color: #be940e;
	border-bottom-style: solid;
	color: #999999;
}
#menu a {
	color: #999999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 14px;
}



#izq {
	background-image: url(../img/degr_izq.jpg);
	height: 190px;
	width: 25px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: -15px;
	top: 0px;
}
#cabecera {
	position: relative;
	height: 190px;
	width: 980px;
}
#cab_nav {
	height: 190px;
	width: 950px;
	position: absolute;
	z-index: 100;
}
#cabecera img {
	clear: both;
	position: absolute;
	top: 0px;
	right: 0px;
}
#idiomas {
	position: absolute;
	right: 30px;
	top: 100px;
}
#contenedor {
	background-image: url(../img/fondo_contenidos.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 840px;
	padding-top: 0px;
	padding-right: 65px;
	padding-bottom: 0px;
	padding-left: 65px;
	position: relative;
	left: -10px;
}
#contenidos {
	text-align:justify;
	color:#444444;
	min-height: 500px;
	font-size: 14px;
}
#contenidos p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	line-height: 18px;
}


#pie {
	height: 25px;
	margin-bottom: 50px;
	text-align: right;
	color: #AAAAAA;
	font-size: 12px;
	background-color: transparent;
	background-image: url(../img/fondo_pie.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}

.copy {
	text-align: right;
	color: #CCCCCC;
	font-size: 10px;
	padding-bottom: 10px;
}
#der {
	background-image: url(../img/degr_der.jpg);
	height: 190px;
	width: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	right: -15px;
}
.titulo2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-size: 14px;
}
.titulo2 a {
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.imagen {
	padding: 3px;
	border: 1px solid #CCCCCC;
}

