/* CSS Document */
body {
	background-image: url(webfondo.gif);
}
.borde {
	border: 1px solid #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	background-color: #FFFFCC;

}
.borde1 {
	border: 1px solid #FFCC33;
	background-color: #994444;
}
.BORDE2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.BORDE3 {
	border: thin solid #FFCC33;
}
.borde4 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.info {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding:5px;
}
.bordfoto {
	border: thin ridge #FFCC33;
	margin: 10px;
}
.bordfotder {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: ridge;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCC33;
	border-right-color: #FFCC33;
	border-bottom-color: #FFCC33;
	border-left-color: #FFCC33;
}
.datos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
}
a.contacto:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: ffcc00;
	text-decoration: none;
}
a.contacto:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-decoration: none;
}
a.contacto:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #993300;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: oblique;
	font-weight: bold;
	color: #FFCC00;
}
.nombres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	padding: 2px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding: 2px;
}
a.men:visited, a.men:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	width: 100%;
	border-bottom: 1px dotted #CC9900;
	font-weight: bolder;

} 
a.men:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF99;
	padding: 2px;
	width: 100%;
	border-right: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	border-left: 1px solid #FFCC00;
}
