@charset "utf-8";
/* CSS Document */

/*---GENERAL---*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
font-size:11px;
color: #000000;
margin:0px;
padding:0px;
}

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

a {
text-decoration:none;
color:#333333;
}

strong {
font-weight:bold;
}

.clear {clear:both;}

img {border:0px;}

h1 {
font-size:30px;
font-weight:normal;
}

h2 {
font-size:17px;
font-weight:normal;
}

h3 {
font-size:12px;
font-weight:bold;
}

/*---CONTENEDORES---*/

#contenedor {
position:relative;
width:900px;
/*height:585px;*/
margin-left:-450px;
left:50%;
border:1px solid #333333;
margin-top:10px;
background-color:#FFFFFF;
}

#cabecera {
height:150px;
background-color:#FFFFFF;
background-image:url(../imagenes/cabecera.jpg);
background-repeat:no-repeat;
}

#botonera {

background-image:url(../imagenes/botoner.jpg);
}

#imagen_central {
height:380px;
background-color: #FFFFFF;
}

#pie{
height:23px;
background-color:#fabf04;
padding-left:15px;
padding-top:7px;
}

p {
margin-bottom:6px;
margin-top:4px;
 }


/*---MENU---*/

#menu { 
text-align: center;
width: 900px;
height:30px;

}
#menu ul { list-style-type: none;}
#menu ul li.nivel1 { float: left;
width: 140px;
}


#menu ul li a {display: block;
text-decorattext-decoration: none;
border-right:1px solid #e8a335;
border-bottom:1px solid #e8a335;
padding: 8px;
position: relative;
}
#menu ul li:hover {
position: relative;


}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {background-color:#e7921e;
color: #FFFFFF;
position: relative;
}
#menu ul li a.nivel1 {display: block!important;display: none;
position: relative;
}
#menu ul li ul {display: none;
}
#menu ul li a:hover ul, #menu ul li:hover ul {display: block;
position: absolute;left: -1px;
}
#menu ul li ul li a {width: 124px;
border-top-color: #000;
background-color:#f8d254;
filter: alpha(opacity=80);
-moz-opacity: .8; 
 opacity: .8;
/*border:1px solid #e8a135;*/

}
#menu ul li ul li a:hover {border-top-color: #000;
position: relative;
text-decoration:underline;
background-color:#fadc7a;
color:#333333;

}
table.falsa {border-collapse:collapse;
border:0px;
float: left;
position: relative;
}

/*---PRIMERA--*/

#empresa {
height:380px;
width:900px;
background-image:url(../imagenes/la_empresa.jpg);
background-repeat:no-repeat;
}

#servicios {
height:380px;
width:900px;
background-image:url(../imagenes/servicios.jpg);
background-repeat:no-repeat;
}

#rai {
height:380px;
width:900px;
background-image:url(../imagenes/rai.jpg);
background-repeat:no-repeat;
}

#documentacion {
height:380px;
width:900px;
background-image:url(../imagenes/documentacion.jpg);
background-repeat:no-repeat;
}

#refinanciacion {
height:380px;
width:900px;
background-image:url(../imagenes/refinanciacion.jpg);
background-repeat:no-repeat;
}

#links {
height:380px;
width:900px;
background-image:url(../imagenes/links.jpg);
background-repeat:no-repeat;
}

#capital_privado {
height:380px;
width:900px;
background-image:url(../imagenes/capital_privado.jpg);
background-repeat:no-repeat;
}
#cont {
height:100px;
}

#txt {
margin-top:20px;
height:200px;
 padding-right:25px;
}

#txt2 {
float:right;
height:210px;
width:370px;
background-color:#FFFFFF;
filter: alpha(opacity=80);
-moz-opacity: .8; 
 opacity: .8;
 padding-left:20px;
 padding-bottom:10px;
 padding-top:10px;
 padding-right:10px;
 overflow:auto;
}
#txt3{
float:right;
height:210px;
width:370px;
background-color:#EBA51A;
filter: alpha(opacity=80);
-moz-opacity: .8; 
 opacity: .8;
 padding-left:20px;
 padding-bottom:10px;
 padding-top:10px;
 padding-right:10px;
 overflow:auto;
}

/*---FORMULARIO--*/


#nombre {
margin-top:20px;
width:200px;
margin-left:20px;
border:none;
font-size:11px;
padding:2px;
}

#telefono {
width:200px;
margin-left:81px;
border:none;
font-size:11px;
padding:2px;
}

#mail {
width:200px;
margin-left:108px;
border:none;
font-size:11px;
padding:2px;
}

#consulta{
width:200px;
margin-left:80px;
height:70px;
border:none;
font-size:11px;
padding:2px;
}

#enviar {
margin-left:299px;
font-size:11px;
background-color:#FBBE0A;
border:none;
padding:2px;
}
