/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300,600);

#top
{
	width:1280px;
	height:150px;
	background-color:#FFF;
	margin:auto;
	position:static;
}

#logo
{
	width:183px;
	height:90px;
	position:relative;
	top:40px;
	left:100px;
	float:left;
	background-image:url(../img/logo_vallin.svg);
	background-size: 183px 90px;
}

#bandaMenu
{
	width:600px;
	height:30px;
	background-color:#004271;
	top:90px;
	float:right;
	position:relative;
}

/* INTERNOS */

#top2
{
	width:1000px;
	height:150px;
	background-color:#FFF;
	margin:auto;
	position:static;
}

#bandainterna
{
	width:1000px;
	height:150px;
	margin:auto;
	position:relative
}

#logo2
{
	width:183px;
	height:90px;
	position:absolute;
	top:40px;
	left:50px;
	background-image:url(../img/logo_vallin.svg);
	background-size: 183px 90px;
}

#bandaMenu2
{
	width:600px;
	height:30px;
	background-color:#004271;
	top:90px;
	position:absolute;
	right:0px;
}

.opcionMenu
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:400;
	width:130px;
	float:left;
	position:relative;
	top:5px;
	text-align:center;
	cursor:pointer;
}

.opcionMenu:hover
{
	color:#999;
}

#slider
{
	overflow:hidden;
	width:1280px;
	height:450px;
	border-top: 5px solid #667b9f;
	border-bottom: 5px solid #667b9f;
	position:relative;
	z-index:5;
	margin:auto;
}

#arrow_l
{
	position:absolute;
	left:50%;
	top:530px;
	margin-left:250px;
	width:41px;
	height:41px;
	background-image:url(../img/arrow_left.png);
	cursor:pointer;
	z-index:100;
}

#arrow_r
{
	position:absolute;
	left:50%;
	top:530px;
	margin-left:310px;
	width:41px;
	height:41px;
	background-image:url(../img/arrow_right.png);
	cursor:pointer;
	z-index:100;
}

#contenido
{
	width:1000px;
	height:auto;
	background-color:#FFF;
	margin:auto;
}

#barraBottom
{
	width:1000px;
	height:5px;
	background-color:#667b9f;
	position:relative;
	margin:auto;
}

.textoBottom
{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:400;
}

.tituloTexto
{
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	font-weight:300;
	color:#004271;
	padding-top:30px;
}

.subtituloTexto
{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:300;
	color:#667b9f;
	padding-top:30px;
}

.contenidosTexto
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:300;
	color:#787878;
	padding-bottom:30px;
	text-align:justify;
}

.formularioTexto
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#004271;
	padding-top:15px;
}

.formularioCuadro
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#787878;
	width:350px;
	border: 1px solid #CCC;
}

.formularioBoton
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#FFF;
	padding: 5px 10px 5px 10px;
	background-color:#004271;
	cursor:pointer;
	border:none;
}

.formularioBoton:hover
{
	color:#FFF;
	background-color:#787878;
	cursor:pointer;
}

.servicioTitulo
{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	font-weight:300;
	color:#FFF;
	background-color:#667b9f;
	padding: 40px 5px 5px 5px;
}

.servicioTexto
{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#787878;
	text-align:justify;
	padding-left:20px;
}

@media only screen and (max-width:450px)
{
	#contenido
	{
		width:100%;
	}
}