@CHARSET "UTF-8";

/** PC ASESORES CSS Document **/

/** COLORES **/


/** DIMENSIONES DE IMAGENES **/


/** GENERAL **/
@font-face {
	font-family: 'Futura';
	src: url('fonts/FuturaCondensedMedium.eot');
	src: local('☺'), url('fonts/FuturaCondensedMedium.woff') format('woff'), url('fonts/FuturaCondensedMedium.ttf') format('truetype'), url('fonts/FuturaCondensedMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 1% 0;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

input,select,textarea {
	font-family: inherit;
	font-size: 1em;
	vertical-align: middle;
	height: auto;
	padding: 1%;
}

:focus {
	outline: 0;
}

button,input[type=submit],input[type=reset],input[type=button] {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	color: #777;
	font-size: 1.3em;
	text-transform: uppercase;
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

.highlight {
	font-weight: bolder;
}

.bigger {
	font-size: 1.2em;
}

.smaller {
	font-size: 0.8em;
}

.coloured {
	color: #f00;
}

.hidden {
	display: none;
}

/** ENCUADRE**/
.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/* Pixel Perfect */
.seccion_simple_px {
	display: inline-block;
	vertical-align: top;
	width: 234px;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}

.seccion_tercio_px {
	display: inline-block;
	vertical-align: top;
	width: 315px;
	margin: 0 5px;
	padding: 0;
	text-align: left;
}

.seccion_doble_px {
	display: inline-block;
	vertical-align: top;
	width: 482px;
	margin: 0 5px;
	padding: 0;
}

.seccion_dostercios_px {
	display: inline-block;
	vertical-align: top;
	width: 651px;
	margin: 0 5px;
	padding: 0;
}

.seccion_triple_px {
	display: inline-block;
	vertical-align: top;
	width: 730px;
	margin: 0 5px;
	padding: 0;
}

.seccion_total_px {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

/* Responsive web */
.seccion_cuarto_rw {
	display: inline-block;
	vertical-align: top;
	width: 24.1%;
	margin: 0 0.5%;
	padding: 0;
	text-align: left;
}

.seccion_tercio_rw {
	display: inline-block;
	vertical-align: top;
	width: 32.3%;
	margin: 0 0.5%;
	padding: 0;
	text-align: left;
}

.seccion_mitad_rw {
	display: inline-block;
	vertical-align: top;
	width: 49.4%;
	margin: 0 0.5%;
	padding: 0;
}

.seccion_dostercios_rw {
	display: inline-block;
	vertical-align: top;
	width: 66.3%;
	margin: 0 0.5%;
	padding: 0;
}

.seccion_cuartoymitad_rw {
	display: inline-block;
	vertical-align: top;
	width: 74.1%;
	margin: 0 0.5%;
	padding: 0;
}

.seccion_total_rw {
	clear: both;
	width: 99%;
	margin: 0 0.5%;
	padding: 0;
}

.first {
	margin-left: 0 !important;
}

.last {
	margin-right: 0 !important;
}

.top {
	margin-top: 0 !important;
}

.bottom {
	margin-bottom: 0 !important;
}

body {
	font-family: Futura, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	background: #f0f0f0;
}

/** LAYOUT **/
#container {
	text-align: left;
	width: 980px;
	margin: 0 auto;
	background: #e2e2e2;
	overflow: hidden;
}

#header {
	clear: both;
	background: #666 url(../images/bg_header.png);
	color: #fff;
	text-align: right;
	padding: 20px 30px;
	padding-bottom: 10px;
	overflow: hidden;
}

#menu {
	clear: both;
	background: #4d4d4d;
	height: 50px;
	color: #fff;
	text-align: center;
	padding: 20px 15px 0px 15px;
	overflow: hidden;
}

#content {
	clear: both;
	padding: 30px;
	overflow: auto;
}

#footer {
	clear: both;
	background: #8a8a8a url(../images/bg_footer.png) repeat-x;
	color: #fff;
	overflow: hidden;
}

/** HEADER **/
#header .floatright {
	margin-top: 5px;
	color: #ccc;
}

#header .social {
	margin: 7p 0px;
}

#header a:hover {
	color: #7BDED9;
}

#header .email {
	margin: 0px;
}

#header .email img {
	vertical-align: middle;
}

/** MENU **/
#menu li {
	display: inline-block;
	vertical-align: top;
	list-style: none;
}

#menu li a {
	display: block;
	width: 175px;
	height: 25px;
	background: #333;
	font-size: 1.3em;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0px;
	margin: 0px 5px;
}

#menu li a:hover,#menu li a.this {
	background: #e2e2e2;
	color: #000;
	text-decoration: none;
}

/** FOOTER **/
#footer h1 {
	color: #eee;
	margin-top: 15px;
	font-size: 1.5em;
	margin-left: 10px;
}

#footer .secciones_web {
	float: left;
	width: 520px;
	margin: 20px 0px 10px 20px;
	border-right: 2px dotted #666;
}

#footer .secciones_web ul {
	display: inline-block;
	margin: 10px 50px 30px 10px;
	color: #ccc;
}

#footer .secciones_web ul li {
	list-style: none;
	background: url(../images/estrella_menu.png) left no-repeat;
	padding-left: 20px;
	margin: 6px 0px;
}

#footer .datos {
	float: right;
	width: 400px;
	margin: 20px 20px 20px 0px;
	text-align: right;
}

#footer .datos div {
	margin-top: 20px;
	margin-left: 40px;
	color: #7BDED9;
	font-size: 0.9em;
}

#footer .datos .mail {
	margin-top: 30px;
}

#footer .info {
	background: #333;
	color: #ccc;
	padding: 5px 20px;
}

/** CONTENT **/
#content h1 {
	margin-bottom: 20px;
}

#content p {
	margin-left: 20px;
	text-align: justify;
}

#content li {
	margin-left: 50px;
}

#content .image {
	margin-bottom: 15px;
}

#content .image img {
	border: 5px solid #333;
}

#content h1.titular {
	margin-left: 20px;
}

#content h2.titular {
	margin-left: 20px;
}

.informes a {
	font-size: 1.5em;
	color: #666;
}

.informes a:hover {
	color: #333;
}

/** CONTACT **/
.contact_form {
	clear: both;
	text-align: left;
}

.contact_form input,.contact_form select,.contact_form textarea {
	background: #fff;
	width: 98%;
	color: #333;
	border: none;
	margin: 0.5%;
	margin-left: 0;
	padding: 0.5%;
}

.contact_form textarea {
	padding-top: 1%;
}

.contact_form label {
	display: block;
}

.contact_form .contactbutton {
	width: 98.8%;
	text-align: right;
}

.contact_form form .contactbutton input {
	background: #333;
	color: #fff;
	width: 275px;
	margin-top: 10px;
	margin-right: 30px;
}

.contact_form input[type=submit], .contact_form input[type=reset], .contact_form input[type=button], .contact_form button {
	margin: 0;
	width: 33%;
}

.envio {
	color: #c00;
	margin: 1%;
	margin-top: -2em;
	margin-bottom: 2em;
}


/** AVISO LEGAL **/
.aviso-legal {
	text-align: left;
	margin: 0;
	padding: 2% 0;
}

.aviso-legal h1 {
	margin: 0 2%;
} 

.aviso-legal p {
	margin: 2%;
}

.aviso-legal li {
	margin: 2% 2% 0 3%;
}