@charset "utf-8";

@font-face {
  font-family: 'stmarie';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/StMarie-Thin.otf) format('opentype');
}

strong { font-weight:bold }

body{
	font-family: Arial;
}
a{
	text-decoration: none;
	color: #222;
}
a:hover{
	color: #7a7a79;
	cursor: pointer;
}

.container{
	position: relative;
	float: left;
	width: 850px;
	height: auto;
	margin: 0px 5% 20px 5%;
	left: 50%;
	margin-left: -425px;
}
.header{
	position: relative;
	float: left;
	width: 850px;
	height: auto;
}
.logo{
	position: relative;
	float: left;
	width: 780px;
	height: 215px;
	background-image: url(../img/logo_head.png);
}
.menu{
	position: relative;
	float: left;
	width: 850px;
	height: auto;
	list-style: none;
	font-family: stmarie;
	border-top: 1px solid #7a7a79;
	margin-bottom: 10px;
	padding-top: 5px;
}
.menu li{
	float: left;
	width: 141px;
	text-align: center;
}
.menu li a{
	text-decoration: none;
	font-size: 20px;
	color: #7a7a79;
}
.menu li a:hover{
	color: #222;
	cursor: pointer;
}
.here{
	font-weight: bold;
	font-size: 20px;
	color: #666;

}
.space{
	position: relative;
	float: left;
	width: 850px;
	height: auto;
}
.acceso_clientes{
	position: absolute;
	bottom: 0;
	right: 60px;
	text-decoration: none;
	font-size: 16px;
	color: #444;
}
.acceso_clientes:hover{
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
.footer{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 10px;
	color: #666;
	text-align: center;
	margin-top: 25px;
}
/******************************/
.titulo{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 22px;
	margin-bottom: 10px;
	font-style: italic;
}
.slider{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 50px;
}
.col3{
	position: relative;
	float: left;
	width: 33.3%;
	height: auto;
	background-color: pink;
	text-align: center;
}
/******************************/
.espc_texto{
	position: relative;
	float: left;
	width: 830px;
	height: auto;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	color: #7A7A79
}
.text_titulo{
	position: relative;
	float: left;
	width: 830px;
	height: auto;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 4px;
}
.el_texto{
	position: relative;
	float: left;
	width: 830px;
	height: auto;
	font-size: 15px;
	text-align: justify;
	text-indent:1cm;
}

/***************/
#boton_enviar
{
	width: 242px;
	text-align: right;
}
#anuncio
{
	float: left;
	width: 450px;
	padding-left: 45px;
}
#anuncio2
{
	float: left;
	width: 300px;
}