/* CSS Document */
body {
background-attachment: fixed;
}

.texto {
	font-size: 11px;
	color: #555555;
	font-family: Tahoma;
}
.subtitu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD5537;
	font-weight: bold;
}
a:link {
	color: #C04600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C04600;
}
a:hover {
	text-decoration: underline;
	color: #A0410A;
}
a:active {
	text-decoration: none;
	color: #9D0038;
}
.Estilo2 {color: #F0C2B1}
.Estilo3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ECE1DD;
}
.Estilo4 {font-size: 10px}
hr.linea { 
height: 1px;
border: 1px dotted #dadada;
color: #FFFFFF;
background-color: #FFFFFF;
} 
hr.linea1 { 
height: 1px;
border: 1px dotted #EDD2B4;
color: #FFFFFF;
background-color: #FFFFFF;
}
.Titulos {
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #821134;
}
.imgbordes { border: #F0C2B1 2px solid; }
