/* CSS Document */

body{
	background-image: url(../images/bg_grad.jpg);
	/*background-color: #adb8ba;*/
	font-family: Arial, sans-serif;
}

b{
	font-weight: bold;
}

h3{
	font-weight: bold;
	font-size: 11pt;
}

a{
	text-decoration: none;
}

p{
	line-height: 12pt;
	margin-bottom: 15px;
}

/***********************Cabecera de la pagina**********************************/

.titulo{
	width: 760px;
	height: 40px;
	position: relative;
	top: 20px;
	left: 50%;
	margin-left: -380px;
	color: #FFFFFF;
}

.titulo h1{
	font-size: 30pt;
	/*font-weight: bold;*/
	display: inline;
}

.titulo h2{
	font-size: 15pt;
	/*font-weight: bold;*/
	display: inline;
	margin-left: 15px;
}

/********************************Barra de menus***********************************/

.barra{
	position: relative;
	width: 760px;
	height: 32px;
	top: 30px;
	left: 50%;
	margin-left: -380px;
	background-image: url(../images/glbnav_background.gif);
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

.barra ul{
	list-style: none;
	margin: auto;
	padding: 0;
}
.barra li{
	margin: 2px;
	padding: 5px;
	float: left;
	font-weight: bold;
}

.barra .current{
	color: #990000;
}

.barra a:hover{
	color: #666666;
}

.barra a{
	color: #000000;
	font-weight: bold;
}


/***********************Curpo central de la página**************************/

.page{
	width: 760px;
	height: 100%;
	position: relative;
	top: 50px;
	left: 50%;
	margin-left: -380px;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/glbpag_background.gif);
}


/************************************Presentacion********************************/

.toggler {
	color: #222;
	margin-bottom: 5px;
	margin-top: 20px;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}

.element {
	width: 220px;
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/****************************************************Index***************************/

#index #menu{
	position: relative;
	width: 220px;
	height: 480px;
	top: 40px;
	left: 20px;
	/*border: #333333 thin solid;*/
	font-size: 10pt;
}

#index #menu b{
	color: #334D55;
}

#index #menu ul{
	width: 150px;
	list-style: none;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	line-height: 13pt;
	color: #005fa9;
}

#index #menu li{
	margin-bottom: 10px;
	color: #0066FF;
}

#index .logo{
	position: relative;
	width: 400px;
	height: 126px;
	top: -440px;
	left: 300px;
}

/********************************************     Direccion 

#index .direccion{
	position: relative;
	width: 260px;
	height: 60px;
	top: -562px;
	left: 715px;
	color: #334d55;
	text-align: center;
	line-height: 13pt;
}


			
************************************************************************/

#index .direccion a{
	color: #334d55;
	font-weight: bold;
}

#index .texto{
	position: relative;
	width: 380px;
	height: 320px;
	top: -400px;
	left: 290px;
	color: #006699;
	font-size: 10pt;
	text-align: justify;
}

#index .texto ul{
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 12pt;
}

/****************************************************Productos******************************************/

#productos ul{
	color: #006699;
	font-size: 10pt;
	line-height: 15pt;
}

#productos .lista1{
	position: relative;
	width: 280px;
	height: auto;
	top: -375px;
	left: 450px;
}

#productos .lista2{
	position: relative;
	width: 600px;
	height: auto;
	top: -330px;
	left: 50px;
}

/***********************************************Contactos*************************************************/

#contacto #map{
	position: relative;
	width: 500px;
	height: 400px;
	top: 20px;
	left: 50px;
}

#contacto .direccion{
	position: relative;
	width: 260px;
	height: 60px;
	top: -20px;
	left: 400px;
	color: #2c29cf;
	text-align: center;
	line-height: 13pt;
	font-size: 10pt;
}

#contacto .logo{
	position: relative;
	width: 150px;
	height: 47px;
	top: 30px;
	left: 40px;
}

#contacto .texto{
	position: relative;
	width: 200px;
	height: 200px;
	top: -150px;
	left: 580px;
}

#contacto a{
	color: #2c29cf;
	font-weight: bold;
}


/**************************************** Clientes *********************************************/

#clientes{
	background-image: url(../images/fondoclientes.gif);
	height: 760px;
}

#clientes .lista1{
	position: relative;
	width: 300px;
	top: 80px;
	left: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 14pt;
	font-weight: bold;
	line-height: 18pt;
}

#clientes .listafotos{
	position: relative;
	top: -490px;
	left: 50px;
}

#clientes .listafotos2{
	position: relative;
	top: -1180px;
	left: 620px;
}
