/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

html {
min-height: 100%;
	height: 100%;
}


a {
color:#00086E;
text-decoration:none;
}

img {
position: absolute;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 width: 100%;
}
#wrapper { 
 margin: 0 auto;
 width: 100%;
 height: 100%;
}
#header {
 width: 100%;
 color: #333;
 padding-bottom: 4px;
 height: 150px;
 margin: 10px 0px 0px 0px;
 background: #FFF;
 
}

#header img{
margin-left: 10px;
}

.bold {
font-weight: bold;
}



#sugestiones {
height: 120px;
width: 70%;
background: #fefff6;
padding: 10px;
float: left;
font-size:11px;
font-weight:bold;
margin-top: 10px;
border-top: 1px solid #AFAFAF;
border-bottom: 1px solid #BFBFBF;
}

#logo300 {
float: left;
position: relative;
margin-left: 30px;
margin-top: -45px;
}

ul {
    width: 700px;
    list-style-type:circle;
}
li {
    width:180px;
    margin:5px 0 0 0;
    padding:0 10px 0 0;
    line-height:15px;
    float:left;
}

#aquenoencontrasnada {
height: 27px;
width: 70%;
background: #eaeaea;
padding: 10px;
}
#navigation {
 width: 85%;
 margin-top: 122px;
 float:right;
 color: #333;
 height: 5px;
 font-size: 9px;
 padding: 10px;
 text-align: right;
 border-top: 3px solid #b9c76f;
 border-bottom: 0px solid #b9c76f;
 border-left: 0px;
 border-right: 0px;
 background: #f5ffc3;
}
#content { 
 #width: 900px;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 min-height: 500px;
 height: 100%;
 #position: relative;
}

.conozca {
font-size: 14px;
}

.conozca p, h3, h4{
margin-bottom: 3px;
}

h3.faq {
margin-top: 50px;
}

p.agradecimientos {
font-size: 9px;
text-align: center;
margin-top: 10px;
/*display: none; /* Tengo que arreglar una cosita del footer */
}

#footer { 
 #width: 900px;
 color: #333;
 text-align: center;
 font-size: 10px;
 font-family: Verdana, Arial, sans-serif;
 #border: 1px solid #ccc;
 #background: #BD9C8C;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

 #formdesc {
 padding-left: 10px;
 padding-top: 10px;
 float: left;
 
 line-height: 1.7;
 font-size: 12px;
 font-family: Verdana, Arial, sans-serif;
 }
 
 #formfields {
 
 padding-top: 10px;
 float: right;
 right: 86px;
 line-height: 1;
 font-size: 12px;
 font-family: Verdana, Arial, sans-serif;
 }

