@import "reset.css";

/* GOOGLE */

iframe {
 width: 100% !important;
 background: none !important;
}

iframe table .t {
 background: none !important;
}

iframe body {
 background: none !important;
}

body {
 background-color: #FFF;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 18px;
 text-align: center;
 color: #000033;
}

a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px dashed #000;
}

h3 {
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

table {
	margin: 10px auto;
}

td {
	font-size: 12px;
	border-bottom: 1px solid #000;
	text-align: center;
}

hr {
	margin: 20px auto;
}

p {
	margin-bottom: 10px;
}

ul {
	list-style-position: outside;
}

.hidden {
 visibility: hidden;
}

.clear {
 clear: both;
}

.transparente {
	 -moz-opacity:.65; 
	 filter:alpha(opacity=65); 
	 opacity:.65;
}

.contenedor {
	position: relative;
	width: 880px;
	margin: 0px auto;
}

.superior {
	width: 100%;
	height: 115px;
	margin-top: 10px;
}

.logo {
	float: left;
}


.color1 {
	background-color: #6699CC;
}

.color2 {
	background-color: #99CCFF;
}

.color3 {
	background-color: #CCFFFF;
}

.col {
	float: left;
	padding: 15px;
	text-align: left;
	height: 420px;
}

.coltexto {
	float: left;
	padding: 15px;
	text-align: left;
	height: 425px;
	margin-top: -5px;
	margin-right: 20px;
	
}

.fotoContacto {
	float: left;
	margin-right: 20px;
}

.col img {
	margin: -30px 0px 5px -15px;
	border-bottom: 10px solid #FFF;
	
}

.tam3 {
	width: 500px; 
} 

.tam2 {
	width: 295px;
}

.tam1 {
	width: 250px;
}

.base {
	height: 40px;
	background-color: #000033;
	color: #FFF;
}

.baset {
	width: 865px;
}

.base1 {
	padding: 5px 5px 5px 10px;
	width: 515px;
	float: left;
	text-align: left;
	font-size: 9px;
	
}

.base2 {
	padding: 5px 2px;
	width: 335px;
	float: right;	
	font-size: 9px;
}


.direccion {
	float: left;
	margin-top: 10px;
	text-align: left;
}

.navegadorAux {
	margin-top: 25px;
	float: right;
}

.t1 {
	font-weight: bold;
	color: #000033;
	font-size: 1.2em;
}

.t2 {
	font-weight: bold;
	color: #FFF;
	font-size: 1.2em;
}

.t3 {
	font-weight: bold;
	color: #6699cc;
	font-size: 1.2em;
}

/* FORMULARIOS */

input[type=text] { 
	border: 1px solid #000033;
	width: 250px;
	margin-left: 5px; 
}

textarea { 
	border: 1px solid #000033;
	width: 250px;
	height: 100px;
	margin: 5px; 
}



/* MENU */

.menu {
	float: right;
	margin-right: 10px;
	height: 95px;
	width: 590px;
}

.menu a {
	display: block;
	width: 103px;
	height: 95px;
	text-decoration: none;
	text-indent: -9999px;
	float: right;
	margin-left: 10px;
}

a.contacto {	background: url("imgs/btn_contacto.png"); }
a.contacto:hover { background-position: 0 -95px; }


a.entorno {	background: url("imgs/btn_entorno.png"); }
a.entorno:hover { background-position: 0 -95px; }

a.proyectos {	background: url("imgs/btn_proyectos.png"); }
a.proyectos:hover { background-position: 0 -95px; }

a.servicios {	background: url("imgs/btn_servicios.png"); }
a.servicios:hover { background-position: 0 -95px; }

a.portada {	background: url("imgs/btn_presentacion.png"); }
a.portada:hover { background-position: 0 -95px; }


/*
-------------------------------------------------------------- 
PAGINADOR
--------------------------------------------------------------*/
ul.paginador {
	list-style: none;
	text-align: center;
	margin: 20px 0;
}

ul.paginador li {
	display: inline;
	border: 1px solid #666666;
	color: #6e4e51;
	background-color: #FFFF00;
	margin: 0 1px;
	padding: 5px;
	color: #000;
	font-weight: bold;
}

ul.paginador li:hover {
	display: inline;
	border: 2px solid #666666;
	padding: 4px;
}

ul.paginador li.inerte:hover {
	display: inline;
	border: 1px solid #666666;
	padding: 5px;
}

ul.paginador li.actual {
	background-color: #0100FE;
}

ul.paginador li a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

ul.paginador li.actual a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}


ul.paginador li a:hover {
	text-decoration: none !important;
}



/* Tablas y formularios */ 
td.Tabla {
	font-size: 1em;
	vertical-align: top;
	border-bottom: 1px dashed #000;
}

td.TablaTitulo {
	vertical-align: top;
	border-bottom: 3px double #000;
}

td {
	padding: 5px;
}

#detalle td.TablaTitulo {
	border-bottom: 1px dashed #000;
	border-right: 1px dashed #000;
}

#detalle td.Tabla {
	font-size: 0.9em;
}

#addArriba {
	text-align: center;
	margin-bottom: 30px;
	border-bottom: 1px dashed #999;
	padding: 10px;
}

#addAbajo {
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px dashed #999;
	padding: 10px;
}

#login {
	float: left;
	border: 2px solid #000;
	text-align: center;
	clear: both;
	width: 235px;
	padding: 5px;	
	font-size: .9em;
}

#login input, submit {
	font-size: .9em;
	margin: 0px;
}


.buscador {
	position: relative;
	left: 250px;
	width: 200px;
	border: 1px solid #000;
	text-align: center;
	background-color: #000;
	padding: 10px; 
	
}
