/* CSS Document */

/* index */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-COLOR: #ffffff ; }
	
#globalmedio {
	position: absolute;
	top: 50%;
	BORDER: #000 0px solid;
	MARGIN: -325px 0px 0px 0px;
	PADDING: 0px 0px 0px 0px;
	WIDTH: 100%;
	height: 650px;
	background-image: url(imagenes_web/fondo_home.jpg);
	background-repeat: repeat-x;
	background-position: 100% 50%;

		}

		
#home {
	position: absolute;
	top:50%;
	left: 50%;
	BORDER: #000 0px solid;
	MARGIN: -325px 0px 0px -480px;
	PADDING: 0px 0px 0px 0px;
	WIDTH: 960px;
	height: 650px;
	background-image: url(imagenes_web/home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
		}
		
#botonera {
		position: relative;
		top: 71%;
		left: 5%;
	BORDER: #000 0px solid;
	MARGIN: 0px 0px 0px 0px;
	PADDING: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#botonera a:link {
color: #1160c6;
text-decoration: none;
}
#botonera a:visited {
text-decoration: none;
color: #0b3e7f;
}
#botonera a:hover {
text-decoration: none;
color: #1160c6; background: #ffffff 
}
#botonera a:active {
text-decoration: none;
color: #1160c6;



		}
		
#logo {
	position: absolute;
	top:10%;
	left: 0%;
	MARGIN: 0px 0px 0px 0px;
	PADDING: 0px 0px 0px 0px;
	WIDTH: 390px;
	height: 50px;
	background-image: url(imagenes_web/logo_linea.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
		
#texto1 {
	position: absolute;
	top:92%;
	left:48%;
	MARGIN: 0px 0px 0px 0px;
	PADDING: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}
		
#texto2 {
	position: absolute;
	top:14%;
	left: 174px;
	MARGIN: 0px 0px 0px 0px;
	PADDING: 0px 0px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
}		
		
#fondobajo {

		position: absolute;
		bottom: 0px;


		
		BACKGROUND-COLOR:#c8e5ff; 
		BORDER: #000 0px solid ; 
		MARGIN: 0px 0px 0px 0px ; 
		PADDING: 0px 0px 0px 0px ; 
		WIDTH: 100% ; height: 500px ; 

		}
		
		
