* {
	font-family: "Trebuchet MS", Georgia, Times, serif;
	margin: 0px;
	padding: 0px;
}
body,html {
	font-size: 14px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
a.e1:link, a.e1:visited, a.e1:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.e1:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.e2:link, a.e2:visited, a.e2:active {
	color: #0000CC;
	text-decoration: none;
}
a.e2:hover {
	color: #0000CC;
	text-decoration: underline;
}
#cajaprincipal {
	overflow: hidden;
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border: 2px solid #445600;
}
#centro {
	color: #313E00;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h1 {
	font-size: 24px;
	color: #E63E04;
	font-weight: normal;
	clear: left;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
	color: #A82D02;
	font-weight: bold;
	clear: left;
}
.p0 {
	text-align: justify;
	margin-bottom: 10px;
}
.p1 {
	text-align: justify;
	margin-bottom: 10px;
	margin-left: 100px;
}
.mini {
	font-size: 11px;
	text-align: justify;
	line-height: 13px;
	padding: 5px;
	color: #CCCCCC;
}
#msg {
	font-size: 16px;
	color: #CC0000;
	background-color: #FFDDDD;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #CC0000;
	padding: 5px;
}
#cajatop {
	background-image: url(images/cabecera.jpg);
	background-repeat: no-repeat;
	height: 171px;
	width: 740px;
	color: #FFFFFF;
	text-align: center;
}
#cajamenu{
	color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	height: 27px;
	width: 740px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding-top: 2px;
}
.pin {
	margin-left: 10px;
}
.fotoizq {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.fotocentro {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
}
.form1 {
	border: 1px solid #E63E04;
	width: 250px;
	background-color: #FFF1EC;
}
.botonform1 {
	border: 1px solid #912602;
	width: 250px;
	color: #FFFFFF;
	background-color: #E63E04;
}
#msg {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFEAEA;
	padding: 5px;
	border: 1px dashed #CC0000;
}

/* ********************* GALERIA ******************************* */
#galeria{
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
}
#galeria .marco {
	text-align: center;
	border: 1px solid #652E25;
	padding: 5px;
	clear: none;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
#galeria img {
	background-color: #FFFFFF;
	border: 1px solid #EAC9C4;
	clear: both;
	padding: 4px;
}
#galeria p {
	font-size: 10px;
	color: #666666;
}
