body{
background-image:url(imagenes/backcafe.jpg);
background-position:top;
background-repeat:repeat;
}

.back1{
background-image:url(imagenes/izq1.jpg);
background-repeat:repeat-y;
background-position:left;
}

.back2{
background-image:url(imagenes/der1.jpg);
background-repeat:repeat-y;
background-position:right;
}

.backback{
background-image:url(imagenes/background.jpg);
background-position:top;
background-repeat:repeat;
}

.texto1{
font-family:Arial;
font-size: 12px;
text-align: left;
color: #FFFFFF;
}

.texto2{
font-family:Arial;
font-weight:bold;
font-size: 12px;
text-align: left;
color: #FFFFFF;
}

.texto3{
font-family:Arial;
font-weight:bold;
font-size: 14px;
text-align: left;
color: #000000;
}

.texto4{
font-family:Arial;
font-size: 12px;
text-align: left;
color: #000000;
}

.texto5{
font-family:Arial;
font-weight:bold;
font-size: 12px;
text-align: left;
color: #000000;
}

.texto5_orange{
font-family:Arial;
font-weight:bold;
font-size: 12px;
text-align: left;
color: #FF6600;
}

.textomaxivision{
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#FFFFFF;
}

A:link {
	color: #333333;
	text-decoration: none;

}

A:visited {
	color: #333333;
	text-decoration: none;

}

A:active {
	color: #333333;
	text-decoration: none;

}

A:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;
}