﻿/* Hoja de estilos */


/* Reseteo de estilos por Eric Meyer */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reseteo */




/* ---------------------------- Estructura base -------------------------------*/


h1 {
    display: none;
}



body {
	font-family: arial;
	font-size: 11px;
	color: #666;
    background-image: url(imagenes/fondo.png);
	background-repeat: repeat-x;
	background-position: center top;
}

a {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #6dc6e2;
}


#contenedor {
    width: 900px;
	margin: 0 auto;
}

#cabecera {
	margin: 43px 0 0 0;
}



.telefono {
   float: left;
   font-size: 14px;
   font-weight: bold;
   padding: 5px 0 0 0;

}

#cabecera_izq {
	clear: both;
	float: left;
	width: 400px;
	padding: 35px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

#cabecera_izq p {
	margin: 0;
	padding: 0;
}

#cabecera_izq a {
	text-decoration: none;
	color: #666;
	margin: 0 12px 0 12px;
}


#cabecera_izq a:visited {
	color: #666;
}

#cabecera_izq a:hover {
	color: #238DAF;
}

.seleccionado {
	color: #238DAF;
}

#cabecera_izq ul {
	padding: 35px 0 0 0;
	list-style: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

#cabecera_izq ul li {
    margin: 0 50px 9px 0;
	padding: 2px 0 9px 0;
	border-bottom: 1px solid #238DAF;
}

#cabecera_izq ul li a{
    color: #eee;
}

#cabecera_izq ul li a:visited{
    color: #eee;
}
#cabecera_izq ul li a:hover{
    color: #000;
}

#cabecera_izq ul li img{
    vertical-align: middle;
}


#cabecera_der {
	float: right;
	width: 493px;
	padding: 15px 0 0 0;
}

#contenido {
    clear: both;
	background-image: url(imagenes/separador.png);
	background-repeat: no-repeat;
	background-position: 533px center;
}

#texto {
    width: 500px;
	float: left;
	font-size: 12px;
	line-height: 15px;
}

#texto h2 {
    font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 0 0 3px 0;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}

#texto p {
    margin: 0 0 15px 0;
}

#texto_trabajos {
    width: 900px;
	float: left;
	font-size: 12px;
	line-height: 15px;
}

#texto_trabajos h2 {
    font-size: 18px;
	margin: 10px 0 10px 0;
	padding: 0 0 3px 0;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}

#texto_trabajos p {
    margin: 0 0 15px 0;
}


.trabajo {
    float: left;
	width: 210px;
	margin: 20px 7px 5px 7px;
	text-align: center;
}




.trabajo img {
    margin: 0 0 5px 0;
}

.trabajo a {
    text-decoration: none;
}


.punto {
    background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 12px 12px 0px 34px;
	background-image: url(imagenes/tick.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	margin: 12px 0 12px 0;
}

#lateral {
	float: right;
	width: 350px;
	text-align: center;
	padding: 25px 0 0 0;
}

#lateral img {
    border: 1px solid #0483AC;
	padding: 15px;
}

.leyenda {
    font-style: italic;
	margin: 3px 0 30px; 0;
}

#pie {
    height: 80px;
	background-image: url(imagenes/fondo-pie.png);
	background-repeat: repeat-x;
}

#pie div {
    width: 900px;
	margin: auto;
	padding: 10px 0 0 0;
}

#pie div a {
    color: #666;
	margin: 0 5px 0 5px;
}

#pie div a:visited {
    color: #666;
}

#pie div a:hover {
    color: #238DAF;
}

.campo {
    width: 300px;
	padding: 3px;
}

textarea {
    width: 500px;
	padding: 3px;
	font-family: arial;
}

.marca {
    background-color: #F0F0F0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0 5px 0px;
	margin: 6px 7px;
	float: left;
	width: 135px;
	text-align: center;
	height: 50px;

}

.marca a {
    text-decoration: none;
}

.marca img {
    margin: 0 0 2px 0;

}

hr {
    color: #7F9DB9;
	margin: 10px 0 10px 0;
	height: 1px;

}

.izquierda {
    font-size: 13px;
	font-weight: bold;
	float: left;
}

.derecha {
    font-size: 13px;
	font-weight: bold;
	float: right;
}

.derecha a{
    text-decoration: none;
	color: #666;
}

.derecha a:visited{
    text-decoration: none;
	color: #888;
}


.derecha a:hover{
    text-decoration: none;
	color: #000;
}


