/* CSS Document */
/* Reset css */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Inicio código */
body{ 
	background-color: #DACF7F;
	background-image:url(imagenes/fondo_pag.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;

}
.txtbody{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;

}
#table_form{ 
	border-top: 1px dotted #566A22;
	border-bottom: 1px dotted #566A22;
	padding-top: 10px;
	padding-bottom: 10px;

}
.form{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	border: 1px solid #CCCCCC;

}

#contenedor{
	width: 621px;
	margin:auto;
	text-align: center;
}
#contenido{
	position: relative;
	width: 501px;
	padding: 30px 50px 50px 50px;
	text-align: left;
	background-image: url(imagenes/decoracon_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 10px; 
	margin-left: 10px;
}
#menusup{ 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: balck;
	text-align:left;
	margin: 5px 10px;
	width: 601px;
	
}
#decoracion_top{
	position:absolute;
	left:0px;
	top: 0px;
	width:120px;
	height: 112px;
	background-image: url(imagenes/decoracon_top.gif);
}
#cierre
{
margin-top: 30px;
background-image: url(imagenes/linea.jpg);
background-repeat: no-repeat;
background-position: top center;
padding-top:36px;
text-align:center;
margin-bottom: 30px;
font-size: 10px;
width: 621px;
}




/* tipografias */

.td_form{ 
	padding: 4px 5px;
	}
#menusup a{ 
	color: #566A22;
	text-decoration:none;
	}
#menusup a.active{ 
	color:black;
	text-decoration:none;
	}
#menusup a:hover{ 
	color: black;
	text-decoration:none;
	}

.right{ 
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
a{ 
	color: black;
	text-decoration:none;
	}
a:hover{ 
	color: #566A22;
	text-decoration:none;
	}
a.verde{ 
	color: #566A22;
	text-decoration:none;
	}
