	body {
		background-color: #F7F7F7;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		margin: 0px;
	}
	
	#wrap {
		margin: 20px auto 20px auto;
		width: 720px;
		border: 1px solid #0039A1;
		background-color: #ffffff;
		text-align: left;
		-moz-box-shadow: 0px 0px 20px #333333;
		-webkit-box-shadow: 0px 0px 20px #333333;
		behavior: url(admin/styles/ie-css3.htc);
	}
	
	.informacion_principal {
		text-align: center;
		padding-top: 12px;
		padding-bottom: 4px;
	}
	
	#contenido_cabecera {
		text-align: center;
		padding: 20px;
	}
	
	#linea_cabecera {
		background-color: #DC1F06;
		height:10px;
	}
	
	div.box{
		clear: both;
	}
	
	div.box h1 {
		font-size:14px;
		color:#000000;
		padding-bottom:4px;
	}
	
	div.box p{padding-bottom:14px;}
	
	div.box input .input-text{
		border:1px solid #3b6e22;
		color:#666666;
		width:180px;
	}
	
	div.box label{
		display:block;
		margin-bottom:10px;
		color:#555555;
	}
	
	div.box label span{
		display:block;
		float:left;
		padding-right:6px;
		width:120px;
		font-weight:bold;
	}
	.spacer{margin-left:80px; 
		margin-bottom:10px;
		font-size:11px;
		color:#555555;
	}
	
	.f-button {
		background-color: #FFFFFF;
		color: #660000;
		cursor: hand;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		border: 2px solid #660000;
	}
	
	input, select, textarea {
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		border: 1px solid #660000;
		background-color: #F3F3F3;
		width: 180px;
	}
	
	a {
		color: #0066CC;
		text-decoration: none;
	}
	
	.combis {
		width: 180px;
	}
	
	.linea {
		background-color: #DDDDDD;
		border-top:4px solid #CCCCCC;
	}
 	
 	.foot_texto {
 		color:#666; font-family:Arial, Helvetica, sans-serif; font-size:10px; line-height:40px; display:inline-block;
 	}
 	
 	#table_consultas {
		width: 100%;
		border-collapse: collapse;
	}
	
	#table_consultas tr th{
		height:30px;
		background-color:#0066CC;
		color:#fff;
		font-size:12px;
	}
	
	#table_consultas tr td{
		height:42px;
	}
	
	.row01 {
		background-color:#f2f2f2;
	}
	
	.row02 {
		background-color:#fff;
	}
	
	#c_centro {
		border: 1px solid #0039A1;
		background-color: #fff;
		clear: both;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 6px;
	}
	
	#imagen_inicio {
		float: right;
		padding-right: 15px;
	}