body {
    	background: #dadada;
    	margin: 0; 
   	 	padding: 0;
    	text-align: center; 
    	color: #000000;
    	height:100%;
    }
body, p, input, textare, td{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.formNormal {
	border: 1px solid #cccccc;
	padding:3px;
	width: 250px;
}
a {
outline: none;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #9c9c9c;
	text-decoration: none;
}
#marco {

    	width: 760px; 
    	background: #FFFFFF;
    	margin: 0 auto; 
    	text-align: left;
    }
#encabezado{
	height:78px;
	background: #000;
	padding: 15px: 30px;
	border-bottom: 10px solid #005DA8;
	clear: both;
}

#contenidoHome {
	clear: both;
   	padding: 0;
	background-color: #9c9c9c;
	height:310px;
	
}
#contenido{
	background: url(imagenes/fondo_gris.png) repeat-y;
}
#pie{
	height:49px;
	background: url(../imagenes/logos_pie.png) no-repeat 0 0;
	clear: both;

}


#nav {  
	height:48px;
	list-style:none;
	margin:0;
	padding-left:230px;
	background: #d9d9d9 url(../imagenes/fondo_navegador.png) repeat-y 0 0;
	clear: both;
}
#nav li {
	float:left; 
}

.botSubmit, .botSubmitHover {
	width:72px;
	height:22px;
	color:#FFF;
	padding:0px 0px;
	background:url(../imagenes/b_enviar.gif) no-repeat left bottom;
	cursor:pointer;
	border:none;
}
.botSubmitHover {
background:url(../imagenes/b_enviar_hover.gif) no-repeat left bottom;
}
.botReset, .botResetHover {
	width:72px;
	height:22px;
	color:#FFF;
	padding:0px 0px;
	background:url(../imagenes/b_borrar.gif) no-repeat left bottom;
	cursor:pointer;
	border:none;
}
.botResetHover {
background:url(../imagenes/b_borrar_hover.gif) no-repeat left bottom;
}

.dist-nombre{
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
div.impar{
	width: 250px;
	height: 75px;
	margin-top: 20px;
	display: table-cell;
	float: left;
}
div.par{
	width: 250px;
	height: 75px;
	margin-top: 20px;
	display: table-cell;
	margin-left: 20px;
	float: left;
}