@import url("reset.css");
@import url("menu.css");

body{
	background-color: #EEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	min-width:900px;
}

#header1{
	height:47px;
	padding: 0 5px;
	background: url(../images/bg_menu1.png) repeat-x;
	text-align: right;
}
	
	#idomas{
	}
	
		#idiomas li{
			display: inline;
			margin: 0 5px;
			}
		
	#menu_empresa{
		margin-top: 10px;
		font-size:.8em;
	}
	
		#menu_empresa li{
			display: inline;
			margin: 0 0 0 20px;
		}
		
		#menu_empresa li a, #menu_empresa li a:visited{
			color: #efefef;
			text-decoration: underline;
		}
		
		#menu_empresa li a:hover{
			color: #443f3d;
			text-decoration: none;
		}




#header3{
	text-align: center;
}

	#deco{
		background-image: url(../images/deco-color.png);
		background-repeat:repeat;
		height: 10px;
		margin:0; padding:0;
		}
		
	


#centro{
	/*background-image: url(../images/bg_imagen_portada.png);
	background-repeat: repeat-x;*/
	background-color:#0b0001;
	}
		
	#mujer{
		background-image:url(../images/imagen_portada.jpg);
		background-position:right top;
		background-repeat: no-repeat;
		height:700px;
		width:100%;
		overflow:hidden;
		}
	
		#datos_portada{
			padding-top: 100px;
			padding-left: 200px;
			width:300px;
			text-align: center;
			color: #FFF;
			} 
		
		#datos_portada a, #datos_portada a:visited{
			display: block;
			margin-top: 6px;
			color: #FFF;
			font-size:.8em;
			line-height:1.5em;
			}
			
		#datos_portada h1{
			font-size: 2.5em;
			font-family: Verdana, Geneva, sans-serif;
			margin: 40px 0 10px 0;
			letter-spacing: 1px;
			line-height: 1.4em;
			color:#f49ac1;
			font-weight: normal;
		}
		

#pie{
	clear: both;
	height: 35px;
	background-color:#CCCCCC;
	background-image:url(../images/bg_pie.png);
	background-repeat: repeat-x;
	padding: 10px;
}

	.linkspie{
		margin-top: 6px;
		font-size:.8em;
	}
	
		.linkspie li{
			display: inline;
			margin: 0px 0px 0px 20px;
		}
		
		.linkspie li a, #linkspie li a:visited{
			color: #efefef;
			text-decoration: underline;
		}
		
		.linkspie li a:hover{
			color: #443f3d;
			text-decoration: none;
		}
	
	#piederecha{
		float:right;
		width: 100px;
		}
	
	#piederecha img{
		display: block;
		margin-bottom: 4px;
		}
