/*  
Página creada para Vortex Integral por Jorge Arturo Salgado García
www.jorgeasalgado.com/blog
*/


body {
margin: auto;
background-color:#ece9d7;
}

#background {
width: 950px;
height: 800px;
margin: auto; 
}

#backgroundb {
width: 950px;
height: auto;
margin: auto;
}

#logo {
width: 310px;
height: 59px;
float: left;
position: absolute;
margin-top: 15px;
background-image:url('/images/logo.png');
repeat: no-repeat;
}

#banderas {
width: 250px;
height: 20px;
float: right;
position: relative;
}

#contacto {
width: 250px;
height: 55px;
float: right;
margin-top: 10px;
font-family: Sans-Serif;
font-size: 12px;
color: #394f5c;
}

#menu {
width: 950px;
height: 37px;
float: left;
position: absolute;
z-index: 501;
margin-top: 85px;
background-color:#394f5c;
}

#menu ul {
list-style: none;
margin: 0;
padding-left: 10px;
padding-top: 5px;
width: 120px;
height: 37px;
float: left;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding-left: 10px;
padding-right: 2px;
padding-top: 5px;
padding-bottom: 5px;
}

#menu h2 {
font-size: 12px;
font-weight: bolder;
color: #ffffff;
background-color:#394f5c;
}

#menu h2:hover {
color: #394f5c;
background: #fff;

}

#menu a {
font-size: 12px;
color: #ffffff;
text-decoration: none;
background-color:#394f5c;

}

#menu a:hover {
color: #394f5c;
background: #fff;

}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


#slide {
width: 950px;
height: 300px;
float: left;
position: absolute;
z-index: 1;
margin-top: 117px;
background-color:#000000;
}

#subhead1 {
width: 300px;
height: 33px;
float: left;
position: absolute;
margin-top: 450px;
padding-left:10px;
background-color:#394f5c;
}

#subhead2 {
width: 300px;
height: 33px;
float: left;
position: absolute;
margin-top: 450px;
margin-left: 320px;
padding-left:10px;
background-color:#394f5c;
}

#subhead3 {
width: 300px;
height: 33px;
float: left;
position: absolute;
margin-top: 450px;
margin-left: 640px;
padding-left:10px;
background-color:#394f5c;
}

#subhead4 {
width: 610px;
height: 33px;
float: left;
position: absolute;
margin-top: 450px;
padding-left:10px;
background-color:#394f5c;
}

#imagen1 {
width: 310px;
height: 100px;
float: left;
position: absolute;
margin-top: 483px;
background-color:#000000;
}

#imagen2 {
width: 310px;
height: 100px;
float: left;
position: absolute;
margin-top: 483px;
margin-left: 320px;
background-color:#000000;
}

#texto1 {
width: 300px;
height: 140px;
float: left;
position: absolute;
margin-top: 583px;
background-color:#fff;
padding: 5px 5px 5px 5px;
font-family: Arial;
font-size: 14px;
}

#texto2 {
width: 300px;
height: 140px;
float: left;
position: absolute;
margin-top: 583px;
margin-left: 320px;
background-color:#fff;
padding: 5px 5px 5px 5px;
font-family: Arial;
font-size: 14px;
}

#texto3 {
width: 300px;
height: 240px;
float: left;
position: absolute;
margin-top: 483px;
margin-left: 640px;
background-color:#e5ecf9;
padding: 5px 5px 5px 5px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}

#texto4 {
width: 610px;
height: 240px;
float: left;
position: absolute;
margin-top: 483px;
background-color:#ffffff;
padding: 5px 5px 5px 5px;
font-family: Arial;
font-size: 12px;
overflow: auto;
}

#footer {
width: 950px;
height: 20px;
float: left;
position: absolute;
margin-top: 765px;
padding-top:6px;
background-color:#394f5c;
font-size: 10px;
text-align: center;
color: white;
}


a:link {
color:##2E2EFE;
}      
a:visited {
color:#620872;
}  
a:hover {
color:#000000;
}  
a:active {
color:##2E2EFE;
}  

p.bold{
font-weight:bolder;
}


h1 {
font-size:14px;
font-variant:small-caps;
font-family: ;
color: white;
}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 16 ;
}
</style>
<![endif]-->
