@charset "utf-8";
/* CSS Document */

body {
	width:100%;
	margin-top:0px;
	margin-left:0px;
	background-image:url(../imagenes/concreto_fondo.jpg);
	background-repeat:repeat;
}
a:link {
	color:#FF0000;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color:#CCCCCC;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

/*Textos*/

.footer_light{
	font-size:8pt;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	font-weight: normal;
}
.footer{
	font-size:10pt;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-weight: 900;
}

/* Index */

#general{
	width:100%;
	margin-top:0px;
	margin-left:0px;
}
#padre_contenedor{
	width:800px;
	height: 40px;
}
#padre_bajo{
	width:800px;
	height: 155px;
}
#barra_superior{
	width:800px;
	height:30px;
}
#barra_espacio{
	width:800px;
	height:10px;
}
#lineas_lev{
	width:800px;
	height:600px;
}
#lineas_62{
	width:400px;
	height:600px;
}
#lineas_64{
	width:400px;
	height:600px;
}
#barra_lineal{
	width:800px;
	height:20px;
}
#slogan{
	width:800px;
	height:75px;
}
#barra_abajo{
	width:800px;
	height:60px;
	background-image:url(../imagenes/barra_inferior.png);
	text-align: right;
}

/* Lineas */

#general_lineas{
	width:100%;
	margin-top:0px;
	margin-left:0px;
}
#header{
	width:800px;
	height: 250px;
}
#flash_lineas{
	width:800px;
	height:500px;
}
#inferior{
	width:800px;
	height:60px;
	background-image:url(../imagenes/barra_inferior.png);
	background-repeat:no-repeat;
	text-align: right;
}
#inferior_2{
	width:800px;
	height:75px;
}
#inferior_64{
	width:800px;
	height:60px;
	background-image:url(../imagenes/barra_inferior_amarilla.png);
	background-repeat:no-repeat;
	text-align: right;
}

