* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #003664;
	line-height: 150%;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:  #29749C;
	border-left-color:  #29749C;
}
#header {
	width: 800px;
	color: #333;
	height: 150px;
	background-image: url(../Img/encabezado.jpg);
}
#navigation {
	width: 800px;
	color: #333;
	background-color:#FFF;
	height: 14px;
	background-image: url(../Img/menuitem.png);
}
#content {
	width: 800px;
	color: #333;
	background:#FFF;
	height: auto;	

}

#contenido {
	width:770px;
	padding: 15px;
	}	
	
	
#footer {
	width: 800px;
	height: 40px;
	border-bottom-style: solid;
	border-bottom-color:  #29749C;
	border-bottom-width: 1px;
	padding-top: 20px;
	text-align: right;
	margin-bottom:20px;
}

#footer a {
	color: #FFF;
}

#footer a:hover {
	color: #FFAD00;
	background: #EDE8DE;
    text-decoration: none;
}

#footer a:visited {
	color: #FFF
}

/***** estilos agregados  *****/
table {
	border-style:double;
	background-color:#EAEAEA;
	border-spacing:12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
 }

th {
 }
  
td {
	background-color:#FBFBFB;
	padding:4px;
 }


H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002C4F;
}


/***** estilos formulario loguin *****/
.formulario{
margin:0 auto;
width:400px;
padding:14px;
}


/***** estilo del formulario */
#stylized{
	border: 2px solid #DDDDDD;
	background-color: #EFEFEF;
	background-image: url(../Img/padlocke2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #DDDDDD;
width:200px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666; /*url(img/button.png) no-repeat;*/
/*text-align:center;*/
line-height:31px;
/*color:#FFFFFF;*/
font-size:11px;
font-weight:bold;
}


/**** estilos formularios preguntas ***/

.styleform02{
	border: 1px solid #DDDDDD;
	background-color: #FBFBFB;
	font-size: 12px;
	line-height: 200%;
	padding: 10px;
	margin:50px;
}
.bt01{
	background-color: #FFFFFF;
	color: #333333;
	border: #333333 solid 1px;
	height:35px;
	
}
