/* CSS Document */
html,body{
height:100%;
}
body{
margin:0px;
background:#000000;
}
#home{
height:100%;
width:100%;
text-align:center;
}
#todo{
width:960px;
height:520px;
margin:auto;
}
#header{
width:960px;
height:45px;
background-image:url(img/header.gif);
clear:both;
}
#contenido{
width:715px;
height:443px;
float:left;
background-color:#FFFFFF;
overflow:hidden;
background-image:url(img/bg_objetivos.jpg);
}
#menu{
width:245px;
height:443px;
float:right;
}
#footer{
width:960px;
height:32px;
background-image:url(img/footer.gif);
clear:both;
}
#texto{
width:695px;
height:383px;
padding:10px;
text-align:justify;
font-size:12px;
line-height:24px;
color:#666666;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.titulo{
font-size:18px;
line-height:36px;
color:#666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}
.subtitulo{
font-size:15px;
line-height:36px;
color:#666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight:bold;
}
p{
padding:10px;
text-align:justify;
font-size:12px;
line-height:24px;
color:#666666;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.scroll{width:715px; height:403px;overflow:hidden; text-align:left; padding:10px;}
.scroll img{float:right; margin-bottom:10px; margin-left:10px; max-width:300px;}
.flecha{cursor:pointer; float:left;}
#flechas{width:115px; height:26px; margin:7px 300px;}
.volver{display:block; float:right;}

.form_container{
display:block;
width:324px;
float:right;
}
.form_info{
display:block;
width:300px;
float:left;
text-align:left;
}
.form_label{
display:block;
width:100px;
float:left;
font-size:14px;
text-align:right;
padding:3px;
}
.form_field{
display:block;
width:204px;
float:left;
font-size:14px;
text-align:left;
padding:3px;
}
input {
width:200px;
border: 1px solid #999999;
color: #333333;
background-color:#E6E6E6;
font:Arial, Helvetica, sans-serif 14px;
}
textarea {
width:200px;
border: 1px solid #999999;
color: #333333;
background-color:#E6E6E6;
font:Arial, Helvetica, sans-serif 14px;
}