@charset "utf-8";
/* CSS Document */

body {
	/*background-color: #fff;*/
	margin-top:0px;
	top:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.fondo_tabla{
	background-image:url(../images/fondo.jpg);
}

.fondo_izq{
	background-image:url(../images/fondo.jpg);
	background-position:left;
}

.fondo_der{
	background-image:url(../images/fondo_der.jpg);
	background-position:right;
}

.fondo_top{
	background-image:url(../images/top.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align: center;
}

.fondo_submenu{
	background-image:url(../images/fondo_submenu1.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	text-align: center;
}

.fondotel1{
background-image:url(../images/fondo_top.png);
background-repeat:no-repeat;
background-position:center bottom;
}
.fondotel2{
background-image:url(../images/fondo_medio.png);
background-repeat:repeat-y;
background-position:center top;
}

.fondotel3{
background-image:url(../images/fondo_bottom.png);
background-repeat:no-repeat;
background-position:center top;
}

.texto1{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

.texto1 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:underline;
}

.texto2{
	font-family:Arial, Helvetica, sans-serif;
	color:#551003;
	font-size:12px;
	font-weight:bold;
	/*color:#551003;*/
}

.texto2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#551003;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

.texto3{
	font-family:Arial, Helvetica, sans-serif;
	color:#58585A;
	font-size:12px;
	font-weight:bold;
}

.texto3 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#58585A;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}


.texto4{
	font-family:Arial, Helvetica, sans-serif;
	color:#c5b600;
	font-size:13px;
	font-weight:bold;
}

.texto4 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#c5b600;
	text-decoration:underline;
}

.texto5{
	font-family:Arial, Helvetica, sans-serif;
	color:#58585A;
	font-size:12px;
	font-weight:bold;
}

.texto5 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#600;
	text-decoration:underline;
}

.textos{
	font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:black;
	background:#CCCCCC;
	border:0px;
	width:150px;
}
