@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Trebuchet MS, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;	

}
body{
	background:#FFFFFF;
	width:800px;
	margin:0 auto;
}

h1{
	color:#996600;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
div.menu{
	width:780px;
	height:auto;
	clear:both;
	margin:10px auto;
}
div.all{
	width:780px;
	height:auto;
	clear:both;
	padding-top:10px;
}
/*Editando..........................................*/
div.content{
	width:780px;
	height:auto;
	margin:0 10px;
}
div.modulo{
	width: 100%;
	height: auto;
	background:#E8E8D0;
	margin-top:10px;
}
	span.top{
		width:100%;
		height:6px;
		background:url(imagenes/corner_left.gif) top left no-repeat;
		display:block;
	}
		span.top span{
			width:6px;
			height:6px;
			background:url(imagenes/corner_right.gif) top right no-repeat;
			float:right;
			font-size:4px;
		}
	span.bottom{
		width:100%;
		height:6px;
		background:url(imagenes/corner_left.gif) bottom left no-repeat;
		display:block;
	}
		span.bottom span{
			width:6px;
			height:6px;
			background:url(imagenes/corner_right.gif) bottom right no-repeat;
			float:right;
			font-size:4px;
		}
	div.modulo p {
		margin-left:10px;
		margin-right:10px;
	}
	div.modulo p strong{
		font-size:13px;
		font-weight:bold;
		color:#996600;
		text-align:right;
	}
	div.modulo img{
		float:left;
		margin-left:10px;
		margin-right:5px;
	}
	div.menu a{
		text-decoration:none;
		display:block;
		margin-left:3px;
		width:auto;
		float:left;
		border:1px solid #993300;
		vertical-align:middle;
		padding:3px 5px;
		color:#003366;
		background:#F9F9F2;
	}
table td a img{
	border:none;
}

table{
		width:760px;
		margin: 10px auto;
		border-collapse:collapse;
		clear:both;
	}
table tr{
	background:#F9F9F2;
}
table td{
	padding:3px;
}
table td.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
table th, input.boton{
		background:#CFCFA0;
		border-bottom:1px solid #B8B870;
		border-left:1px solid #B8B870;
		border-right:1px solid #F7F7EE;
		border-top:1px solid #F7F7EE;
		color:#FFFFFF;
		font-weight:bold;		
	}
input.texto, select.texto{
		width:100%;
		border:1px solid #B8B870;
	}
input.boton{
		width:100%; 
	}
b.enfasis{
		color:#FF0000;
	}
}

