@charset "utf-8";
/* CSS Document */

body{
	background-image: url(imagenes/fondoweb.gif);
	margin:0px;
	}
#contenedor{
	width:100%;
	}
#barraprinc {
	width:100%;
	height:100px;
	background-image:url(imagenes/fondo_barra_princ.jpg);
	background-repeat:repeat-x;
	}
#barramenus{
	width:100%;
	height:30px;
	background-image:url(imagenes/fondo_menus.jpg);
	background-repeat: repeat-x;
	}
#contenido {width:100%;
}
#ccntenido1 {
	float:left;
	margin-left: 50px;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#barrapie{
	width:100%;
	height:30px;
	background-image:url(imagenes/fondo_pie.jpg);
	background-repeat: repeat-x;
	}
#pestana {
	float:left;
	width:30px;
	height:200px;
	}
.menu {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.menu:hover {
	color:#FE8808;
	text-decoration:none;
	}
.activo {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FE8808;
	text-decoration:none;
	}
.home {
	background-image:url(imagenes/home.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
.textobarra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
.textopaq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color:#333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color:#333333;
	text-align:center;
}
.textopaqdentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color:#333333;
}
.textonormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
	color:#000000;
}


.home:hover {
	background-image:url(imagenes/home2.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
.homeactivo {
	background-image:url(imagenes/home2.png);
	background-position:center;
	background-repeat:no-repeat;
	text-decoration:none;
	}
	
.pie {
	font-size:12px;
	color:#FFFFFF;
	vertical-align:middle;
	font-family:
	Arial, Helvetica, sans-serif;
	}
.textonargrande {
	font-family:Arial, Helvetica, sans-serif;
	color:#FE8808;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	}
	
.grafiweb {
	font-family:Arial, Helvetica, sans-serif;
	color:#FE8808;
	font-weight:bold;
	}
	
.fondocolumna {
	background-image: url(imagenes/barra_de_titulos2.gif);
	background-repeat:repeat-y;
	
	}
.textopequeño {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titulo {
	background-image:url(imagenes/barra_de_titulos1.gif);
	background-repeat:no-repeat;
	}
.paquetes {
	background:url(imagenes/pestpaquetes.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.paquetes2 {
	background:url(imagenes/pestpaquetes2.png);
	background-repeat:no-repeat;
	background-position:center;
	}
.paquetesfichas {
	background: url(imagenes/paquetesficha.png);
	background-repeat:no-repeat;
	background-position:center;
	width:600px;
	height:636px;
	}
.hand {
	cursor:pointer;
	}
