/*
Nombre: CLUSTER AGROALIMENTARIO
Nombre URL: http://www.alimentarcluster.es
Descripción: CSS para la web de CLUSTER AGROALIMENTARIO

[Tabla de contenidos] 

	0- Reset
	1- Globales
	2- Enlaces
	3- Encabezados
	4- Cabecera 
	5- Navegacion
	6- Cuerpo 
	7- Formularios
	8- Extras
	9- Pie 

*/




/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');



/* =1 Globales
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*html,body{ height:100%; width:100%;}*/



body{
	background-image:url(img/fondo.gif);
	background-repeat:repeat-x;
}

#basi{
	line-height: 1;
	font: normal 12px Tahoma, Geneva, sans-serif;
	margin:0 auto;
	color: #6c6a6a;
	width:1000px;
/*	background-color:#CCC;*/
}

#basisub{
	line-height: 1;
	font: normal 11px Tahoma, Geneva, sans-serif;
	margin:0 auto;
	color: #6c6a6a;
	width:1000px;
/*	background-color:#CCC;*/
}

.color {color:#85c225;}
.colorbold {color:#85c225; font-weight:bold;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.sup {
	vertical-align:super;
	font-size:8px;
}

li {line-height:17px;}

p{
	font-family:Tahoma, Geneva, sans-serif;
}

/*



.derecha{
	float: right;
}

.centered {
	display: block;
	margin-left: auto;	
	margin-right: auto;
}

.left {
	float: left;
}


.right {
	float: right;
}

.titulo {
	font: 14px, Tahoma, Geneva, sans-serif;
	color: #fff;
}





.right {float: right;}

.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align:center;}
.justify {text-align:justify;}
.hide {display: none;}
.clear {clear: both;}


.underline {border-bottom:1px solid;}

img.alignleft {float:left;margin:4px 10px 4px 0;}
img.alignright {float:right;margin:4px 0 4px 10px;}
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {	display: block;}
html[xmlns] .clearfix {	display: block;}
* html .clearfix {	height: 1%;}

*/



/* =2 Enlaces
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #85c225;
	text-decoration:none;
}

a:hover {
	color: #a5de4b;
	text-decoration:none;
}

a:active {
	color: #85c225;
}


a.pie:link, a.pie:visited {
	color: #cccccc;
	text-decoration:none;
}

a.pie:hover {
	color: #a5de4b;
	text-decoration:none;
}

a.masterpie:link, a.masterpie:visited {
	color: #a9a8a8;
	text-decoration:none;
}

a.masterpie:hover {
	color: #a5de4b;
	text-decoration:none;
}


a.lista:link, a.pie:visited {
	color: #cccccc;
	text-decoration:none;
}

a.lista:hover {
	color: #a5de4b;
	text-decoration:none;
}



/* =3 Encabezados
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1{ 	
	font: 15px Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

h2{ 	
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight:bold;
}

h3{ 
	font: 13px Tahoma, Geneva, sans-serif;
	font-weight:bold;
}




/* =4 Cabecera
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#cabecera {
	position:relative;
	height:135px;
}

#logo {
	position:absolute;
	right:708px;
	width:275px;
	top: -1px;
}

#titulohome {
	position:relative;
	top: -220px;
	left:605px;
	width:78px;
}

#titulomisionuno {
	position:absolute;
	top: 22px;
	left:17px;
	width: 58px;
}

#titulomisionasoc {
	position:absolute;
	top: 1px;
	left:15px;
	width: 58px;
}

#asociados {
	position:absolute;
	top: 22px;
	left:17px;
	width: 58px;
}
#titulomisionunoen {
	position:absolute;
	top: 22px;
	left:19px;
	width: 58px;
}


/* =5 Menú
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#menu {
	position: relative;	
	display: block;
	background-color:#720a0d;
	height:25px;
}

.itemmenu{
	float:left;
	margin-right:15px;
	margin-top: 70px;
	margin-left: 15px;
}

.menuproductos {
	/*	margin-left:30px;*/
	position: relative;
	left: 30px;
	padding-left: 30px;
}




/* =6 Cuerpo
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#cuerpohome {
	position:relative;
	height: 450px;
}


#cuerposubsectores {
	left: 0px;
	top: 200px;
}

.cajacliente{
	font-size:11px;
	float:left;
	height:45px;
	width:150px;
	border:1px solid #fff;
	margin: 0px 40px 70px 0px;
	vertical-align: middle;
}


#imghome {
	position:relative;
	top:15px;
	width: 540px;
	left: 20px;
}

#imgmision {
	position:relative;
	top:35px;
	width: 400px;
	left:590px;
}

#idioma {
	position:relative;
	top:0px;
	background-color:#b6b5b5;
	height:23px;
	width: 100%;
}





/* =9 Pie
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#pie {
	background-image: url(../img/piemedio.gif);
	width: 960px;
	float: left;
	height: 38px;
	z-index: 5;
	position: relative;
}

#piecama {
	position: relative;
	left:30px;
	width:74px;
	top: 3px;
	z-index: 4;
}
#pieizq {
	width:7px;
	float: left;
	height:38px;
	top: -20px;
	left:15px;
}
#piedrcha {
	width:7px;
	float: left;
}

#txtpieuno {
	left:25px;
	z-index:6;
	top: -27px;
	width:400px;
	position: relative;
	color: #CCC;
	font-size:12px;
}

#txtpiedos {
	position: relative;
	top: -40px;
	width: 600px;
	z-index: 6;
	left: 350px;
	color: #CCC;
	text-align: right;
	font-size:12px;
}

#txtpieunoizq {
	left:25px;
	z-index:6;
	top: -27px;
	width:600px;
	position: relative;
	color: #CCC;
	font-size:12px;

}
#txtpietres {
	position: relative;
	top: -25px;
	width: 500px;
	z-index: 6;
	left: 470px;
	color: #999;
	text-align: right;
	font-size:11px;
}

#txtpietresEN {
	position: relative;
	top: -10px;
	width: 500px;
	z-index: 6;
	left: 470px;
	color: #999;
	text-align: right;
	font-size:11px;
}


#txtpiecuatro {
	position: relative;
	top: 0px;
	width: 0px;
	z-index: 6;
	left: 800px;
	color: #999;
	text-align: right;
	font-size:11px;

}



#subsectores {
	position:absolute;
	top: 22px;
	left:19px;
	width: 58px;
}
#titulomisiondos {
	position:absolute;
	top: 142px;
	left:17px;
	width:58px;
}
#titulomisiondosen {
	position:absolute;
	top: 105px;
	left:19px;
	width:58px;
}
#titulomisiontres {
	position:absolute;
	top: 285px;
	left:18px;
	width:63px;
}
#titulomisiontresen {
	position:absolute;
	top: 249px;
	left:19px;
	width:58px;
}
#txthome {
	position:relative;
	top: -210px;
	left:605px;
	width:372px;
	text-align: justify;
}
#txtmision {
	position:absolute;
	top: 54px;
	left:19px;
	width:529px;
	text-align: justify;
}

#txtasociados {
	position:relative;
	top: 45px;
	left:16px;
	width:529px;
	text-align: left;
	margin-top: 25px;
}

#txtmisionen {
	position:absolute;
	top: 48px;
	left:19px;
	width:529px;
	text-align: justify;
}
#txtorganizacion {
	position:relative;
	top: 60px;
	left:18px;
	width:488px;
	text-align: left;
}


#txtsubsectores {
	top: 224px;
	left:774px;
	width:300px;
	text-align: justify;
	position: relative;
}

#txtsubsectoresuno {
	top: 224px;
	left:284px;
	width:300px;
	text-align: justify;
	position: relative;
}

#txtsubsectoresder {
	top: 50px;
	left:145px;
	width:300px;
	text-align: justify;
	position: absolute;
}
#txtvisionen {
	position:absolute;
	top: 138px;
	left:19px;
	width:529px;
	text-align: justify;
}
#txtvision {
	position:absolute;
	top: 175px;
	left:19px;
	width:529px;
	text-align: justify;
}
#txtvalores {
	position:absolute;
	top: 319px;
	left:19px;
	width:530px;
	text-align: justify;
	height: 85px;
}
#txtvaloresen {
	position:absolute;
	top: 282px;
	left:19px;
	width:530px;
	text-align: justify;
}
#puntoshome {
	position:relative;
	top: -210px;
	left:685px;
	width:274px;
	height:1px;
	background-image:url(img/fondopuntos.gif);
}
#puntoshome {
	position:relative;
	top: -210px;
	left:685px;
	width:274px;
	height:1px;
	background-image:url(img/fondopuntos.gif);
}
#txtidioma {
	position:absolute;
	top:-18px;
	left:18px;
	color:#525252;
	font-size:11px;
}
#txtidiomaen {
	position:absolute;
	top:-18px;
	left:12px;
	color:#525252;
	font-size:11px;
}


#txtlegal {
	position:absolute;
	top:-18px;
	left:141px;
	color:#525252;
	font-size:11px;
	width: 474px;
}

#banderaesp {
	position:absolute;
	left:67px;
	top:-18px;
}
#banderaing {
	position:absolute;
	left:92px;
	top:-18px;
}
#banderafr {
	position:absolute;
	left:117px;
	top:-18px;
}
#banderade {
	position:absolute;
	left:142px;
	top:-18px;
}
#barramenu {
	position:absolute;
	left:124px;
	top:-20px;
}
#barramenu {
	position:absolute;
	left:124px;
	top:-20px;
}
#mediapag {
	float:left;
	position:relative;
	width:500px;
}
#subsectit {
	position: absolute;
	top: 21px;
	left:145px;
	width:200px;
	height: 24px;
}
#subsectitder {
	position: absolute;
	top: 23px;
	left:667px;
	width:200px;
	height: 24px;
}
#subizq {
	float:left;
	width:450px;
	margin-left:30px;
	height: 200px;
}
#subdrcha {
	float:left;
	margin-left:50px;
	width: 470px;
	height: 230px;
}
#subfoto {
	position: absolute;
	top:0px;
	left:30px;
	height: 74px;
	width: 78px;
}
#subfotoder {
	position: absolute;
	top:2px;
	left:562px;
	height: 74px;
	width: 78px;
}
#subpuntos {
	position:absolute;
	width:188px;
	height:1px;
	background-image:url(img/fondopuntos.gif);
}
#txtsub {
	position: relative;
	bottom:50px;
	left:120px;
	height: 100px;
	width: 305px;
	text-align:justify;
}
#subtit {
	position: relative;
	bottom: 55px;
	left:120px;
	width:300px;
}
#subico {
	position: relative;
	top:15px;
	left:0px;
	height: 74px;
	width: 78px;
}
#txtalignleft {
	text-align:left;
}

#organizacionfondo {
	position: absolute;
	left: 589px;
	top: 57px;
	width: 368px;
	border:1px solid #85c225;
	background-color:#EBEBEB;
	padding:12px;
	background-image:url(img/fondoOrg.jpg);
	z-index: 3;
}



	/* =9 Productos
	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#proconteficha {
	position:absolute;
	left:81px;
	width: 290px;
	top: 182px;
	text-align:right;
}
#profondoficha {
	position:relative;
	float:left;
	top:20px;
	width:400px;
	height:300px;
	margin-right:24px;
	margin-left:60px;
	background-image:url(../img/prodfondoficha.jpg);
	margin-top: 45px;
	background-repeat: no-repeat;
}
#profondofichados {
	position:relative;
	float:left;
	top:20px;
	width:410px;
	height:300px;
	margin-right:24px;
	margin-left:60px;
	background-image:url(../img/prodfondoficha2.jpg);
	margin-top: 45px;
	background-repeat: no-repeat;
}
#profondofichatres {
	position:relative;
	float:left;
	top:20px;
	width:410px;
	height:380px;
	margin-right:24px;
	margin-left:60px;
	background-image:url(../img/prodfondoficha3.jpg);
	margin-top: 45px;
	background-repeat: no-repeat;
}
#profondofichacuatro {
	position:relative;
	float:left;
	top:20px;
	width:410px;
	height:491px;
	margin-right:24px;
	margin-left:60px;
	background-image:url(../img/prodfondoficha4.jpg);
	margin-top: 45px;
	background-repeat: no-repeat;
}


#protitficha {
	position:absolute;
	width:153px;
	height:47px;
	background-image:url(img/pFondoTit.gif);
	background-repeat:no-repeat;
	left: 81px;
	top: 1px;
}

#protitfichacar {
	position:absolute;
	width:153px;
	height:47px;
	background-image:url(img/pFondoTit.gif);
	background-repeat:no-repeat;
	left: 91px;
	top: 1px;
}



#protittxt {
	position:absolute;
	width:124px;
	font-weight:bold;
	color:#FFF;
	margin-top:25px;
	margin-left:10px;
	top: 6px;
	height: 27px;
	font-size: 11px;
}

#protittxtde {
	position:absolute;
	width:124px;
	font-weight:bold;
	color:#FFF;
	margin-top:25px;
	margin-left:10px;
	top: -6px;
	height: 27px;
	font-size: 11px;
}

#protittxtsup {
	position:absolute;
	width:138px;
	font-weight:bold;
	color:#FFF;
	margin-top:25px;
	margin-left:10px;
	top: -9px;
	height: 27px;
	font-size: 11px;
}
#protittxtsupdos {
	position:absolute;
	width:144px;
	font-weight:bold;
	color:#FFF;
	margin-top:25px;
	margin-left:10px;
	top: -19px;
	height: 27px;
	font-size: 11px;
}

/*#protitfichaaceite {
	position:absolute;
	width:300px;
	height:47px;
	background-image:url(img/pFondoTit.gif);
	background-repeat:no-repeat;
	left: 103px;
	top: 2px;
}
*/


/*
#promailfichaaceite {
	position:absolute;
	left:96px;
	width: 280px;
	top: 263px;
	text-align:right;
	height: 90px;
}
*/



#promailfichacereza {
	position:absolute;
	left:37px;
	width: 342px;
	top: 400px;
	text-align:right;
	height: 18px;
	font-size: 11px;
}

#promailfichacerezados {
	position:absolute;
	left:37px;
	width: 342px;
	top: 420px;
	text-align:right;
	height: 18px;
	font-size: 11px;
}


#promailfichavarios {
	position:absolute;
	left:37px;
	width: 342px;
	top: 311px;
	text-align:right;
	height: 18px;
	font-size: 11px;
}

#promailficha {
	position:relative;
	left:99px;
	width: 280px;
	top: 213px;
	text-align:right;
	height: 18px;
	font-size: 11px;
}


#promailfichados {
	position:absolute;
	left:81px;
	width: 290px;
	top: 223px;
	text-align:right;
	height: 90px;
	font-size:11px;
}

.aviso {
	font-size: 13px;
	text-align:justify;
}
.linkestatut {
	color:#333;
	font-size:14px;
}
.descripcion {
	color:#333;
	font-size:12px;
}
