﻿body
{	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #666;
	margin-left: 0;
	margin-right: 0;
	min-width: 987px;
}

form
{
	margin: 0;
	padding: 0;
}

h1
{
	color: #ac251f;
	font-family: Arial;
	margin: 3px 10px 0px 10px;
	padding: 0;
	font-size: 24px;
}

h2
{
	color: #fff;
	font-size: 18px;
	margin: 3px 0px 0px 1px;
	padding: 0;
}
h2 a
{
	color: #fff;
	font-size: 14px;
	margin: 3px 0px 0px 1px;
	padding: 0;
}

h3
{
	color: #fff;
	font-size: 16px;
	margin: 10px 0px 0px 1px;
	padding: 0;
}

img 
{
	border: 0;
}

a 
{
	color: #666;
}

a:hover
{
	color: #ac251f;
}

p, dl
{
	margin: 10px 5px 5px 10px;
}

dl
{

}

dt
{
	font-size: 13px;
	font-weight: bold;
}

dd
{
    padding: 0 0 5px 0;
    margin-left: 25px;
}
ul
{
    padding-left: 35px;
}


table, tr, td
{
	border: 0;
	padding: 0;
	margin: 0;
}

/* ENCABEZADO */

#encabezado
{
	height: 132px;
	
	/* IE5+ compatibilidad */
	overflow: hidden;
	position: relative;
}
#encabezado h1
{
	clear: left;
	float: left;
	width: 50%;
}


/* ENCABEZADO IZQUIERDO */

#encabezadoIzquierdo
{
	background-image: url(../img/simbolo-parqueindustrial.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 50%;
}

#menu
{
	background-image: url(../img/fondo-grisclaro.png);
	padding: 13px 10px 15px 10px !important;
	padding: 12px 10px 15px 10px;
	margin-right: 101px;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
}

#menu a
{
	font-weight: normal;
}

/* ENCABEZADO DERECHO */

#encabezadoDerecho, #info
{
	background-image: url(../img/fondo-grisclaro.png);
	float: right;
	margin: 0 12% 0 0 !important;
	margin: 0 6% 0 0;
	padding: 0;
	width: 237px;
	height: 100%;
}

#panelIdiomas
{
	margin: 5px 0 0 10px;
}
#panelIdiomas a.selected
{
	font-weight: bold;
}

#panelBusqueda
{
	position: relative;
	left: 10px;
	top: 15px;
	height: 100%;
}

/* FORMULARIO */

 #q 
 {
 	width: 172px;
 }
 #btSearch1
 {
 	width: 37px;
 }
.inputBotton
{
	background-image: url(../img/fondo-boton.png);
	background-repeat: repeat-x;
	border: solid 1px #949494;
	color: White;
	height: 23px;
}


/* CUERPO */

#cuerpo
{
	background-color: #949494;
	background-image: url(../img/fondo-grissemi.png);
}


#cuerpoFondo
{
	background-image: url(../img/fondo-grisoscuro.png);
	height: 100%;
	
	position: absolute;
	top: 0;
	right: 12% !important;
	right: 6%;
	z-index: -2;
	
	margin: 0!important;
	margin: 0 6% 0 0;
}

#cuerpoFondo2
{
	background-image: url(../img/logotipo-camara.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:	237px;
	height: 100%;
	z-index: -1;
}

#cuerpoTexto
{
	/* Begin Hack IE5+ min-height */
	min-height: 327px;
	height: auto!important;
	height: 327px;	
    /* End Hack IE5+ min-height */
    
	position: relative;
	z-index: 0;
	width: 100%;
	color: White;
}

#cuerpoTexto2
{
	padding: 10px 0px 5px 10px;
	width: 97%;
}

.column1,
.column2,
.column3 {
	float: left;
	display: inline;
	
	margin-right: 5px;
	position: relative;
}


/* PIE */

#pie
{
	height: 95px;
}

#info
{
	text-align: center;
}

#info small
{
	display: block;
	margin: 25px 5px 0 5px;
}

#info a
{
	text-decoration: none;
}

#patrocinadores
{
	float: left;
}
#patrocinadores img
{
	border: solid 3px White;
	margin: 5px 0 0 5px;
	width: 112px;	
}

#patrocinadores img:hover
{
	border: solid 3px #ededed;	
}

