/*DEFINICIONES*/

body{
    background-color:#e2e2e2;
    background-image:url('../img/bkg_fondo.gif');
    background-repeat:repeat-x;
    background-position: top;
	margin:auto;
	padding:0;
	text-align:center;
}

form{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
}

img {
	border:0px;
	margin:0px;
	padding:0px; 
	display:inline;
}

span {
		margin:0px;
		padding:0px; 
		border:0px;
}

p {
		margin:0px;
		padding:0px; 
		border:0px;
		line-height:1.2em;	
}

li {
		margin:0px;
		padding:0px; 
		list-style: none;
}

/*HOME*/

.contenedor_total{
	display:block;
	position:relative;
	float:none;
	clear:none;
	margin: auto;
	width:1011px;
	height:585px;
	text-align:center;
}

.contenedor_principal{
    position:absolute;
    top:0px;
    left:0px;
    height:500px;
    background-image:url('../img/bkg_home.jpg');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.rueda_home{
    position:absolute;
    top: 166px;
    left:117px;
    width:319px;
    height:310px;
    background-image:url('../img/img_rueda1.png');
}

.rueda_2{
    position:absolute;
    top: 267px;
    left:702px;
    width:275px;
    height:266px;
    background-image:url('../img/img_rueda2.png');
}

.datos{
    height:14px;
    left:27px;
    position:absolute;
    text-align:left;
    top:565px;
    width:600px;
    overflow:hidden;
}

.copy{
    height:14px;
    left:638px;
    position:absolute;
    text-align:right;
    top:565px;
    width:275px;
    overflow:hidden;
}

/*EMPRESA*/

.empresa{
    position:relative;
    clear:both;
    float:left;
    width:1011px;
    height:500px;
    background-image:url('../img/bkg_empresa.jpg');
    background-position: 472px 124px;
    background-repeat: no-repeat;
}

.empresa_scroll{
    position:absolute;
    top: 165px;
    left:50px;
    width:416px;
    height:307px;
    background-image:url('../img/bkg_empresa_scroll.jpg');
    overflow: hidden;
}

/*LOCALIZACION*/

.localizacion{
    position:relative;
    clear:both;
    float:left;
    width:1011px;
    height:500px;
    background-image:url('../img/bkg_localizacion.jpg');
    background-position: 555px 0px;
    background-repeat: no-repeat;
}

/*CLIENTES*/

.clientes{
    position:relative;
    clear:both;
    float:left;
    width:1011px;
    height:500px;
    background-image:url('../img/bkg_clientes.jpg');
    background-position: 28px 174px;
    background-repeat: no-repeat;
}

/*SERVICIOS*/

.servicios{
    position:relative;
    clear:both;
    float:left;
    width:1011px;
    height:500px;
    background-image:url('../img/bkg_servicios.jpg');
    background-position: 600px 0px;
    background-repeat: no-repeat;
}

.servicios_scroll{
    position:absolute;
    top: 165px;
    left:44px;
    width:602px;
    height:322px;
    background-image:url('../img/bkg_servicios_scroll.jpg');
    overflow: hidden;
}

/*PORTADA*/

.portada{
    position:relative;
    clear:both;
    float:left;
    width:1011px;
    height:500px;
    background-image:url('../img/bkg_portada.jpg');
    background-position: 245px 40px;
    background-repeat: no-repeat;
}

/*BOTONES*/

.btn_undanet{
    position:absolute;
    top:567px;
    left:921px;
    width:80px;
    height:10px;
    background-image:url('../img/img_undanet.jpg');
    overflow:hidden;
}

.btn_home{
    position:absolute;
    top:511px;
    left:103px;
    width:83px;
    height:28px;
    background-image:url('../img/btn_home.gif');
}

.btn_empresa{
    left:202px;
}

.btn_servicios{
    left:301px;
}

.btn_clientes{
    left:396px;
}

.btn_localizacion{
    left:496px;
}

.btn_contacto{
    left:626px;
}

/*FUENTES*/

.boton{
    position:absolute;
    top:514px;
    font-family:century gothic,verdana;
    font-size:18px;
    color:#ffffff;
    text-decoration:none;
    height:26px;
    width:80px;
    text-align:center;
}

.boton2{
    position:absolute;
    top:514px;
    font-family:century gothic,verdana;
    font-size:18px;
    color:#ffffff;
    text-decoration:none;
    height:26px;
    width:110px;
    text-align:center;
}

.verdana{font-family:verdana;}

.blanco{color:#ffffff;}
.negro{color:#000000;}
.rojo{color:#da0203;}

.t9{font-size:9px;}
.t10{font-size:10px;}
.t11{font-size:11px;}
.t12{font-size:12px;}

.negrita{font-weight:bold;}


/*FORMULARIOS*/
.formulario{
	color: #ffffff;
	font-family:  verdana;
	font-size: 9px;
	font-weight:normal;
	padding-left:2px;
	background-color:#000000;
	border:1px solid #eeb328;
}
