@charset "utf-8";
/* CSS Document */
body {
	margin: 10px;
	background-color:#f3f2ed;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #7C7C7C;	
}
h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #555555;
	margin-top: 0px;
}
h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
	font-style:italic;
	margin-top: 0px;	
}
h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #797772;
	margin-bottom: 0px;
	margin-top: 0px;			
}
.txtnegrita {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #7C7C7C;
}
a.enlacegris {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #7C7C7C;
	text-decoration: none;
}
a.enlacegris:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
.imgIzquierda {
	float:left;
	margin-right:10px;
}
.imgDerecha {
	float:right;
	margin-left:10px;
}
.campos {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.txt {
	font-family: "Trebuchet MS", Verdana;
	font-size: 13px;
	color: #797772;
}
.marco2 {
	border: 1px solid #888886;
}
.marco {
	border: 1px solid #CFC5AF;
}
.titulog {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}

