body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #efefef;
	margin-top:10px;
}

.menu:visited {
	color: #000000;
	text-decoration: none;
}
.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu:link {
	color: #000000;
	text-decoration: none;
}
.menu1:visited {
	color: #000000;
	text-decoration: none;
}
.menu1:hover {
	color: #000000;
	text-decoration: none;
}
.menu1:link {
	color: #333333;
	text-decoration: none;
}

.menuw:visited {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menuw:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menuw:link {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menuw1:visited {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menuw1:hover {
	color: #cccccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
.menuw1:link {
	color: #EFEFEF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:lighter;
}
.mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #EFEFEF;
}
.titulorojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}

.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.blanco1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.subtitulo {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7B92F7;
}
.celda {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7A8074;
}
.wireframemenu1{
border: 0px solid #FFFFFF;
background-color: white;
border-bottom-width: 0;
width: 165px;
}
.wireframemenu1 ul{
padding: 0;
margin: 0;
position:relative;
list-style-type: none;
}
* html .wireframemenu1{ /*IE only rule. Original menu width minus all left/right paddings */
width: 165px;
}

.wireframemenu1 a{
font: bold 10px Arial, Helvetica, sans-serif;
padding: 3px ;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.wireframemenu1 a:visited{
color: #595959;
}

.wireframemenu1 a:hover{
background-color: #e4e4e4;
color: black;
}
.wireframemenu1 a:link{
color: #333333;
}
