/* CSS Document */

body{
background-color:#FFFFFF;
}

.trebuchet_gris{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6C6C;
	text-decoration:none;
	}
.trebuchet_gris a:hover{
	text-decoration:underline;
	}
.trebuchet_gris_tabla{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6C6C;
	text-align:justify;
	}
	
.trebuchet_gris32{
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#6C6C6C;
	}	
.menu{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6C6C;
	background-image:url(../img/fondo_menu.jpg);
	background-repeat:no-repeat;
	width:201px;
	height:20px;
	display:block;
	line-height:20px;
	background-position:0 0;
	text-decoration:none;
	/*padding-left:3px;
	margin-left:-3px;*/
	
	
	}
	
.menu a:hover{
	color:#FFF;
	background-image:url(../img/fondo_menu.jpg);
	background-repeat:no-repeat;
	width:201px;
	height:20px;
	display:block;
	line-height:20px;
	background-position:0 -20px;
	text-decoration:none;
	/*padding-left:3px;
	margin-left:-3px;*/
	
	}
.menu_on {
	color:#FFF;
	background-image:url(../img/fondo_menu.jpg);
	background-repeat:no-repeat;
	width:201px;
	height:20px;
	display:block;
	line-height:20px;
	background-position:0 -20px;
	text-decoration:none;
	
	
	}
	
.caja_form{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6C6C;
	text-decoration:none;
	border:solid 1px #D8D8D8;
	background-color:#D8D8D8;
	width:625px;
	height:20px;
	padding:3px;
	
	}
	.caja_form_grande{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6C6C6C;
	text-decoration:none;
	border:solid 1px #D8D8D8;
	background-color:#D8D8D8;
	width:625px;
	height:200px;
	padding:3px;
	
	}
	.btenviar{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#6C6C6C;
		text-align:center;
		width:150px;
		height:30px;
		border:solid 1px #6C6C6C;
		text-decoration:none;
		padding:6px;
		
		}
		.btenviar a:hover{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#6C6C6C;
		text-align:center;
		width:150px;
		height:30px;
		border:solid 1px #6C6C6C;
		text-decoration:underline;
		padding:6px;
		
		
		}