html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0 auto 0 0;
    text-align: center;
	/*color: #252525;*/
	color: #666666;
	background-color: #4f4f4f;
}

a{
	color: #3d99b7;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul {
    list-style: none outside none;
}

.elemento-texto ul{
	list-style: disc;
	text-align: left;
}

.elemento-texto{
	line-height: 20px;
}

b{
	margin-right: 5px;
}
.header{
	margin: auto;
	text-align: left;
	width: 920px;
	padding: 20px 40px 0px 40px;
	background-color: white;
}



.logo{
	background-image: url(../images/logo01.png);
	width: 163px;
	height: 45px;
	float: left;
	margin-top: 20px;
}

.eslogan{
	padding-top: 60px;
}

.telefono{
	font-size: 9pt;
	float: right;
	padding-top:10px;
}
.telefono_numero{
	font-weight: bold;
	float: right;
	color: black;
}

.menu{
	font-size: 11pt;
	font-weight: bold;
	float: right;
}
.menu_opcion{
	padding-left: 15px;
	float: left;
}

.hr{
	border-top: 1px solid #efefef;
	margin-top: 30px;
	padding-bottom: 30px;
}

.content{
	margin: auto;
	text-align: left;
	background-color: white;
	width: 920px;
	padding: 0px 40px 0px 40px;
	height: 640px;
}

.quehacemos{
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 30px;
}
.enlaceservicios{
	font-size: 9pt;
	font-weight: normal;
	float: right;
}
.bloques{
	background-color: white;
	height: 150px;
}
.bloque{
	float: left;
	border: 1px solid #efefef;
	padding: 15px;
	width: 183px;
	margin-right: 20px;
}
.bloque_ultimo{
	float: left;
	border: 1px solid #efefef;
	padding: 15px;
	width: 180px;
	margin-right: 0px;
}
.bloque_titulo{
	font-weight: bold;
	padding-bottom: 5px;
}
.bloque_imagen{
	margin-top: 10px;
	height: 80px;
	width: 180px;
}

.pie{
	margin: auto;
	text-align: right;
	background-color: #4f4f4f;
	width: 920px;
	padding: 30px 40px 30px 40px;
	color: white;
}

.servicios{
	background-image: url("../images/servicios01.jpg");
    height: 180px;
    width: 920px;
}

.productos{
	background-image: url("../images/productos01.jpg");
    height: 180px;
    width: 920px;
}

.quienes_somos{
	background-image: url("../images/quienes_somos01.jpg");
    height: 180px;
    width: 920px;
}

.contacto{
	background-image: url("../images/contacto01.jpg");
	background-repeat: no-repeat;
    height: 180px;
    width: 920px;
}


.email_telefono{
	font-size: 16pt;
	line-height: 30px;
}


.elementcompany-background {
	background-color: black;
	opacity: 0.7;
	float: left;
	height: 70px;
	width: 300px;
	padding: 20px;
	margin-top: 40px;
}
.elementcompany-title{
	color: white;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	padding: 50px 130px 5px 10px;
	position: absolute;
	
}
.elementcompany-text {
	color: white;
	font-size: 10pt;
	text-align: left;
	padding: 80px 130px 5px 10px;
	position: absolute;	
	width: 250px;
}

.lista-elementos{
	float: left;
}

.hr-element{
	border-top: 1px solid #efefef;
	width: 200px;
}
.element{
	color: #3d99b7;
	padding: 7px 0px 7px 0px;
}
.element:hover{
	text-decoration: underline;
	cursor: pointer;
}






.elemento-titulo{
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 20px;
	color: #252525;
}
.element-texto{
	float: left;
	height: 200px;
}
.elemento-imagen{
	float: right;
	width: 300px;
	height: 320px;
}
.elemento-producto{
	float: left;
	width: 680px;
	padding-left: 30px;
	text-align: justify;
	line-height: 20px;
}
.elemento-servicio{
	float: left;
	width: 500px;
	padding-left: 30px;
	text-align: justify;
	line-height: 20px;
	border-right: 1px solid #efefef;
	padding-right : 30px;
	
}
.elemento-quienes_somos{
	float: left;
	width: 450px;
	padding-left: 30px;
	text-align: justify;
	line-height: 20px;
	border-right: 1px solid #efefef;
	padding-right : 30px;
	
}
.elemento-contacto{
	float: left;
	width: 600px;
	text-align: justify;
	line-height: 20px;
	border-right: 1px solid #efefef;
	padding-right: 30px;
}

.elemento-visible{
	display: solid;
}
.elemento-invisible{
	display: none;
}




#paginas{
	margin: auto;
	width: 1000px;
}

.pagination{
	float: right;
	width: 475px;
	margin-top: -5px;
}

.pagination li a {
    display: block;
    float: left;
    height: 20;
    overflow: hidden;
	font-weight: bold;
	font-size: 11pt;
	margin-left: 30px;
}

.enlace_pagina_actual{
	color: #666666;
	text-decoration: none;
}

.enlace_pagina_actual:hover{
	cursor: auto;
	text-decoration: none;
}