body{
	margin:0px;
	padding:0px;
}

.borde_izquierdo {
	background-image: url(../images/lado_izq.jpg);
	background-repeat: repeat-y;
}
.borde_derecho {
	background-image: url(../images/lado_der.jpg);
	background-repeat: repeat-y;
}
.borde {
	border: thin solid #BDBEBD;
}
.fondo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #66644E;
	font-size: 12px;
	font-weight: normal;
}
.texo_peq {

	font-family: Arial, Helvetica, sans-serif;
	color: #66644E;
	font-size: 11px;
	font-weight: normal;
}
.izq_frame {
	background-image: url(../images/izq_frame.jpg);
	background-repeat: repeat-y;
}

.texto_encabezado {

	font-family: Arial, Helvetica, sans-serif;
	color: #66644E;
	font-size: 11px;
	font-weight: bold;
	padding-right:5px;
}
.links_menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66644E;
	text-decoration:none;
}

.links_menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66644E;
	text-decoration:none;
}

.links_menu a:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66644E;
	text-decoration:none;
}
.links_menu a:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E784E;
	text-decoration:none;
	
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636563;
	background-color: #F0EEE2;
	border: thin solid #D5D2CB;
}
.borde_tarifas {
	border: thin solid #BDBEBD;
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.fondo_home {
	background-image: url(../images/fondo_index.jpg);
}
.der_frame {
	background-image: url(../images/der_frame.jpg);
	background-repeat: repeat-y;
}
