/* CSS Document */

/* clearfix: Clase para corregir los floats dentro de un div contenedor */
/* ver http://www.csslab.cl/2006/07/20/flotando-en-la-incertidumbre/*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;} /* hack para IE-mac*/

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* elimina margin y padding a todos los elementos  */
* { 
	Margin:0px;
	Padding:0px;
}
	
body {
	text-align: center; /* Centra el Contenedor General en la ventana */
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/******* Contenedor General *********/
#contenedor {
	width: 760px;
	text-align: left; /* Restablece text-align a la izquierda (ver body) */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/********* Ecabezado Naranja *********/
#encabezado_naranja {
	height: 20px;
	width: 760px;
	background-color: #E8AA32;
}

/********* Barra de Navegación *********/
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #878B92;
	background-color: #BDCCDD;
	height: 30px;
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	text-align: right;
}

#boton_catalogo {
	height: 26px;
	width: 165px;
	margin: 0px;
	text-align: center;
	float: left;
	text-decoration: none;
	vertical-align: middle;
	background-image: url(images/boton_catalogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	
}

#boton_catalogo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	line-height: 26px;
	text-decoration: none;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10px;
	
}
#boton_catalogo a:hover {
	color: #545454;

}


#menu ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}

#menu li {
	background-color: #BDCCDD;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-top: 7px;
}

#menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #878B92;
	background-color: #BDCCDD;
	float: left;
	font-size: 85%;
	padding-right: 12px;
	list-style-type: none;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:visited {
}

#menu li a:hover {
	color: #FFFFFF;
}

#menu li .menu_actif {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #BDCCDD;
	float: left;
	font-size: 85%;
	padding-right: 18px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
}

/*** Barra Idiomas******/
#idioma {
	height: 50px;
	width: 760px;
	font-size: 80%;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}

#idioma a {
	color: #878B92;
	text-decoration: none;
	margin-right: 16px;
}

#idioma a:visited {
}

#idioma a:hover {
	color: #E8AA32;
}


/***** Columna Izquierda *********/
#columna_izquierda {
	float: left;
	width: 150px;
	height: 300px;
	text-align: center; /* Centra el Logo */
}

#columna_izquierda a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
}


/***** Contenido *****/

#contenido{
	width: 410px;
	float: left;
	margin-bottom: 50px;
	font-size: 90%;
}

#contenido h1 {
	font-size: 140%;
	margin-top: 0px;
	margin-left: 15px;
	height: 35px;
}
#contenido h2 {
	font-size: 120%;
	margin-left: 15px;
	font-weight:bold;
	margin-top: 24px;
	margin-bottom: 17px;
}

#contenido p {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#contenido li {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#contenido li {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
}

#contenido a {
	color: #878B92;
	text-decoration: none;
	font-weight: bold;
}

#contenido a:visited {
}

#contenido a:hover {
	color: #E8AA32;
}

#contenido form {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 410px;
}

#contenido a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/***** Formulario ******/
#contenido form {
	margin-bottom: 20px;	
}

#contenido fieldset {
	width: 410px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Posición Foto */
#columna_fotos {
	text-align: center;
	width: 200px;
	float: left;
}

#columna_fotos img {
	margin-top: 48px;	
}

#columna_fotos a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#columna_fotos p {
	font-size: 70%;
	font-style: italic;
}



/******* Barra Info *******/

#info {
	font-size: 85%;
	background-color: #BDCCDD;
	height: 50px;
	margin: 0px;
	width: 760px;
	float: left;
}
#info p {
	font-size: 85%;
	margin-left: 165px;
	color: #5A5A5A;
	margin-top: 14px;
}

#info img {
	float: left;
}


/******* pie de pagina links ********/
#foot_links {
	font-size: 75%;
	height: 40px;
	margin: 0px;
	width: 760px;
	float: left;
	color: #D3D7DD;
	text-decoration: none;
	padding-top: 30px;
}


.bloc_footlinks {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 165px;
}

#foot_links .bloc_footlinks a {
	color: #898E95;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 3px;
	margin-left: 0px;
}

#foot_links bloc_footlinks a:visited {
}

#foot_links bloc_footlinks a:hover {
	color: #E8AA32;
}


/**** Contacto webmaster *****/

.webmaster {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 40px;
	margin-top: 10px;
}

.webmaster a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	height: 40px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 85%;
}

.webmaster a:visited {
}

.webmaster a:hover {
	color: #E8AA32;
}


/*golpar+*/

.logo_golpar{
	width:180px;
	height:42px;
	background-image:url(images/logo_golpar.gif);
	background-repeat: no-repeat;
	margin-left: 15px;
	margin-bottom: 25px;
	margin-top: 7px;
}
