.foto{
	
	background: url(images/til_1.jpg);	 
   background-position: top; 
	
	
}
a:hover {
	text-decoration: underline;
}
.tdText {
	background-position: left top;
	border: none;
	padding: 10px;
}


img {
	border: none;
}
.tdHeader {
	border: none;
}
.redLink {
	color: #c10000;
	font-weight: bold;
		font-size: 12px;
	}

.redLink2 {
	color: #c10000;
	font-weight: bold;
	font-size: 12px;

}



}
ul {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #929292;
	list-style-image: url(images/point_1.jpg);


}
.textTitle {
	color: #4974a3;
	font-weight: bold;

}
a:link {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;




}
p {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #929292;
	font-size: smaller;

}
.texto{
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
color: #929292;
font-size: smaller;
	
}
body {
	margin: 0px;
	border: 0px none;
	padding: 0px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;


}
.greyLink {

	color: #858585;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: smaller;
}
.footerLink {
	color: #c10000;
	font-weight: bold;
	font-size: smaller;
	text-decoration: none;


}
.copyrightText {
	color: #858585;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;

}
.greyText {
	color: #858585;
	font-weight: bold;
	text-decoration: none;

}
.redText {

	color: #c10000;
	font-weight: bold;
}
.fieldDescription {

	color: #4974a3;
	font-weight: bold;
	font-size: 11px;
}
li {
	margin-bottom: 3px;
}
.style9 {

	color: #4974a3;
	font-weight: bold;
}
.style9_o {

	color: #4974a3;
	font-weight: bold;
		font-size: 14px;
}
.style11 {

	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #929292;
	font-size: smaller;
}
.style11_link {

	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #929292;
	font-size: smaller;
	text-decoration: underline;
}
.style2 {


	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #929292;
	font-size: smaller;
}
.style12 {
	color: #858585;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration: none;

}
.textButton {


	color: #858585;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: smaller;
}

.borde_izq{
	border-left: solid;
	border-left-color: #1F1593;
}
.borde_der{
	
	border-right: solid;
   border-right-color: #1F1593;
}
.bordes_laterales{
	border-left: solid;
	border-left-color: #1F1593;
	border-right: solid;
   border-right-color: #1F1593;
}
.bordes_laterales_bajo{
	border-left: solid;
	border-left-color: #1F1593;
	border-right: solid;
   border-right-color: #1F1593;
	border-bottom: solid;
	border-bottom-color: #1F1593;
}
.bordes_todo{
	border-left: solid;
	border-left-color: #1F1593;
	border-right: solid;
   border-right-color: #1F1593;
	border-bottom: solid;
	border-bottom-color: #1F1593;
	border-top: solid;
	border-top-color: #1F1593;
}