/*General*/

body {
	background:#E0E0E0;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

h1 {
	font-family:  Tahoma, sans-serif;
	line-height: 100%;
	font-size: 20px;
	color: #195d96;
}

.background {
}

.page {
	background: #FFFFFF;
	width: 800px;
	margin: auto;
	margin-top: 20px;
	padding: 20px;
}

/*Header*/
.header {
	width: 800px;
    height: 50px;
}

.header-title {
	float: left;
	width: 200px;
    height: 50px;
}

.navigation {
	float: right;
	width: 560px;
    height: 50px;
}

/*Barra de usuario*/
ul.usermenu{
	margin: 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	list-style: none;
	float: right;
}
ul.usermenu li {
	float: right;
}
ul.usermenu a {
	color: #0041A6;
	padding: 5px;
	text-decoration: none;
}

ul.usermenu img {
	width: 10px;
	height: 10px;
}
ul.usermenu button {
	padding:0px;
	width: 20px;
	height: 20px;
}

/*Barra de navegacion*/
ul.menu {
	margin: 0px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	background: #0041A6;
	padding: 0px 3px;
	list-style: none;
	overflow: hidden;
	float: left;
}
ul.menu li {
	float: left;
}
ul.menu a {
	background: #0041A6;
	color: #fff;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1.5px;
	-moz-transition: background .5s;
	-webkit-transition: background .5s;
	-ms-transition: background .5s;
	-o-transition: background .5s;
}
ul.menu a:hover {
	background: #fff;
	color: #0041A6;
	outline: 0 none;
}

/*Contenido*/
.contents {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

.contents h2{
	font-family:  "Trebuchet MS", sans-serif;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.5em;
	border-bottom:solid 1px #CCC;
	color: #0066CC;
}

.contents h3 {
	font-family:  "Trebuchet MS", sans-serif;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #0066CC;
}

.contents h4 {
	font-family:  "Trebuchet MS", sans-serif;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #5F84F2;
}

.contents p {
	padding-left: 6px;
}

.contents a {
	text-decoration:none;  
	color: #000000;
}

.negrita {
	font-weight: bold;
}


/*Formulario de contacto*/
#formulario {
	width: 520px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #FFF;
}

#formulario .campo, .box{ 
	padding: 14px 20px;
	border-bottom: 1px solid #EEE;
	text-align: right;
}

#formulario .div_boton {
	width: 304px;
	padding: 12px 20px 12px 150px;
}

#formulario .div_boton button{
}

#formulario .campo label,.box label{
	display: block;
	float: left;
	padding-top:8px;
	color: #222;
	font-size: 0.95em;
}

#formulario .campo input,.campo textarea { 
	width: 350px; 
	padding: 8px;
	font-size: 0.85em;
	color: #222;
	background: #F7F7F7;
	border-right: 1px solid #E7E6E6;
	border-bottom: 1px solid #E7E6E6;
}

#formulario .box input { 
	width: 40px;
}

#formulario .box img { 
	width: 250px;
}

#formulario .box input+span { 
	color: black;
}

#formulario #fechas input { 
	margin-left: 10px;
	width: 130px;
}

#formulario ul { 
	list-style: none;
}

/*Para utilizar el asterisco de color rojo para informacion requerida*/
#formulario span {color: red;}

#formulario a {
	color: #0041A6;
	float:right;
}


/*Footer*/
.footer {
	clear: both;
	border-top-width: 6px;
  	border-top-style: outset;
	margin-top: 10px;
}

.copy {
	float: left;
	height: 40px;
}

.valid {
	height: 40px;
}

.valid img {
	float: right;
	width:88px;
	height:31px;
	margin-top: 10px;
}
