*
{
	margin: 0;
	padding: 0;
}

.sep{clear:both;}

body {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #777;
	background: #fff url(../imagenes/fondo.jpg) repeat-x top left;
        overflow-x: hidden;
}

.header{
	height: 109px;
	background: url(../imagenes/logotipo.jpg) no-repeat;
	width: 280px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.contenidoDerecha{
	margin-top: -59px;
	margin-left: 290px;
	margin-right: 20px;
	background: url(../imagenes/contenido_izquierda.jpg) no-repeat top left;
	padding-left: 20px;
        min-height: 800px;
        position:relative;
}
.contenido{
    background: #fff url(../imagenes/fondo_contenido.jpg) repeat-x left top;
    margin:0;
    padding:0;
}
.contenidoDerechaContenedor{
	margin-top:10px;
	padding: 40px 40px 40px 20px;
	background: url(../imagenes/contenido_derecha.jpg) no-repeat right top;
}
.contenidoDerecha h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 30px 0 10px 0;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #FF8A00;
}

.contenidoDerecha h2, .contenidoDerecha h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 10px 0;
	font-weight: normal;
	letter-spacing: -1px;
	color: #86A0EF;
}

.contenidoDerecha p, .contenidoDerecha ol, .contenidoDerecha ul{
	line-height: 1.25em;
	margin-bottom: 16px;
}
.contenidoDerecha ol, .contenidoDerecha ul{
    margin-left: 50px;
}

.contenidoDerecha a{
	color: #86A0EF;
	text-decoration: none;
}
.contenidoDerecha a:hover{color: #6B7C8F;}
.contenidoDerecha h3{
	font-size: 1.5em;
	margin: 20px 0;
	font-weight: normal;
}

/*izquierda*/
.contenidoIzquierda{
	width:240px;
	position: absolute;
	left: 30px;
	top: 130px;
	background: url(../imagenes/separador.jpg) no-repeat top;
	padding-top: 2px;
}

.menu{
	list-style: none;
	line-height: 20px;
}
.menu ul{
	list-style: none;
	margin-left: 30px;
	display: none;
}
.menu li{
	background-image: url(../imagenes/separador.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 2px;
}
.menu li a{
	text-decoration: none;
	padding: 7px 0 0 40px;
	background: url(../imagenes/icono_menu.png) no-repeat 10px center;
	color: #5f5f5f;
	display: block;
        height:30px;
        font-weight: bold;
}
.menu li a:hover, .menu li a.selected{
    background: #dceebd url(../imagenes/icono_menu_hover.png) no-repeat 10px center;
}


.menu li li{background: none;}

.menu ul li a:hover{background-color: #d9e6f5;}

.blog, iframe{
    border:0;
    margin-top: 40px;
    float: left;
}

.blog img{border:1px solid #ccc;}
.blog img:hover{border:1px solid #FF8A00;}


/*pie*/
.pie{
    background: #fff url(../imagenes/fondo_pie.jpg) repeat-x top left;
    height:140px;
    text-align: center;
    overflow: hidden;
}

.contenido_pie{
    margin: 30px auto;
    padding: 20px;
    background: #fff;
    width:60%;
    border:1px solid #ccc;
    height:20px;
}



/*formulario*/
.formulario_contacto{
    margin-left:100px;
    width:450px;
    padding:20px 100px;
    border:1px solid #ccc;

}

.formulario_contacto td{
    padding-right:5px;
    margin: 0 5px;
    color:#86A0EF;
    
}

input,textarea{width:200px;}

input{height: 1.5em;}
textarea{height: 10em;}

.contenidoDerecha .formulario_contacto h3{
    font-size: 1.4em;
    margin-left:-70px;
    color:#ff8a00;
}