/* ------------------------------------------------------------------------------------ *
| GLOBALS CSS FILE :: For Uaalah!!														|
| css/content.css																		|
| 																						|
| PROJECT :: webPAC																		|
| 																						|
+ ------------------------------------------------------------------------------------- +
| Author :: Uaalah!!																	|
* ------------------------------------------------------------------------------------- */


/* @group GLOBALS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#content h1{
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 18px;
	line-height: 24px;
	color: #003565;
	border-bottom: 1px solid #003565;
}

#content h2{
	margin: 10px 0 5px 0;
	padding: 4px 4px 3px 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #005db2;
}
#content h2 a{
	float: right;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	padding-left: 9px;
	background: url('../img/bg-h2-link.png') no-repeat left .45em;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group BOX CONTENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenido p{
	margin: 5px 0;
}
#contenido strong,
#contenido b{
	font-weight: bold;
	color:#505659;
}
#contenido a{
	color: #005DB2;
	font-weight: bold;
}
#contenido a:hover{
	color: #003565;
}
#content #contenido h1{
	margin-bottom: 10px;
}
#content #contenido h3{
	padding: 0;
	margin: 5px 0 2px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	color: #003565;
	clear: both;
}
#contenido li{
	background: url('../img/item-li.png') no-repeat left .6em;
	padding-left: 10px;
	margin-bottom: 5px;
}
#contenido ul{
	padding-bottom: 10px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group SIDEBAR ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#sidebar ul.datos{}

ul.datos{
	font-size: 10px;
	text-transform: uppercase;
	line-height: 14px;
	padding-bottom: 5px;
}
ul.datos li{
	margin-bottom: 15px;
}
ul.datos a{
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #707679;
	text-decoration: none;
}
ul.datos a:hover{
	color: #003565;
}
ul.datos p{
	font-size: 12px;
	text-transform: none;
}
ul.datos a.verTodos{
	color: #003565;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	padding-left: 9px;
	background: url('../img/mark-blue.png') no-repeat left .45em;
}
ul.datos a.verTodos:hover{
	text-decoration: underline;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group BOTONES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#btnNewsletter{
	margin-bottom: 15px;
}
	#btnNewsletter a{
		display: block;
		width: 272px; /* la anchura real es 302 menos el padding-left */
		height: 48px;
		line-height: 48px;
		background: url('../img/btn-newsletter.png') no-repeat top left;
		padding-left: 30px;
		color: #80a4c6;
		text-decoration: none;
	}
	#btnNewsletter a:hover{
		color: #fff;
	}

#relatedLinks{
	height: 1%;
	margin-top: 30px;
}

#contenido a.btnBlue,
#contenido a.btnBlue strong{
	background: url('../img/btn-blue.png') no-repeat;
	line-height: 27px;
	height: 27px;
	float: left;
}
#contenido a.btnBlue{
	text-decoration: none;
	padding-left: 10px;
	margin-right: 20px;
	cursor: pointer;
}
	#contenido a.btnBlue:hover{
		background-position: left bottom;
	}
#contenido a.btnBlue strong{
	background-position:right top;
	padding-right:20px;
	position:relative;
	right:-10px;
	color: #80a4c6;
}
	#contenido a.btnBlue:hover strong,
	#contenido a.btnBlue.select strong{
		background-position:right bottom;
		color: #fff;
	}


/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group COLABORADORES/CLIENTES :::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#colabs{
	border-bottom: 1px solid #003565;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#clientes{
	padding-bottom: 5px;
	margin-bottom: 15px;
}
#colabs ul,
#clientes ul{
        height: 1%;
		margin-left: -10px;
}
	#colabs ul li,
	#clientes ul li{
		background: none;
		float: left;
		margin: 0 0 5px 10px;
		padding:0;
		position: relative;
	}
		#colabs ul li a{
			display: block;
			width: 55px;
			height: 55px;
			overflow: hidden;
		}
		#clientes ul li a{
			display: block;
			width: 110px;
			height: 110px;
			line-height: 110px;
			overflow: hidden;
			text-align: center;
		}
		#colabs ul li strong,
		#clientes ul li strong{
			position: absolute;
			z-index: 2;
			white-space: nowrap;
			left: 60px;
			bottom: 0px;
			background-color: #004fb4;
			border: 1px solid #79a5c8;
			padding: 2px 5px;
			-moz-opacity: .8;
			opacity: .8;
			color: #c4dcff;
			display: none;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
		}
		#clientes ul li strong{
			
		}
		#clientes ul li img{
			vertical-align: middle;
		}
		

#tiposClientes{
	height: 1%;
}

html#cliente{
	background-color: #fff;
}
	html#cliente h2{
		margin: 10px 0 5px 0;
		padding: 4px 4px 3px 4px;
		font-size: 12px;
		line-height: 12px;
		font-weight: bold;
		text-transform: uppercase;
		color: #fff;
		background-color: #005db2;
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group NOTICIAS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.filaNews{
	margin-bottom: 10px;
}
.filaNews .col{
	width: 320px;
}

#content .noticia p.datos{
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-size: 11px;
}
#content .noticia h2{
	background: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #005DB2;
	line-height: 24px;
	border-bottom: 0 none;
	text-transform: none;
}
#content .noticia #intro{
	margin: 10px 0;
	font-size: 14px;
	font-style: italic;
	color: #505659;
}
.noticia #imagenApoyo{
	width: 210px;
}
.noticia #imagenApoyo .caption{
	font-size: 10px;
	line-height:12px;
	color: #505659;
	margin: 0;
	font-style: italic;
}


/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group FORMS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

form{
	margin: 20px 0;
}
	form div{
		margin-bottom: 8px;
	}
	form div.cp{
		float: left;
		width: 70px;
	}
	form div.cp input{
		width: 55px;
	}
	form div.poblacion input{
		width: 280px;
	}
label{
	color: #003565;
	display: block;
	font-size: 12px;
	line-height: 12px;
}
input{
	width: 350px;
	background-color: #dde7f3;
	border: #003565 1px solid;
	padding: 2px 0;
	text-indent: 2px;
	color: #003565;
}
input:focus{
	background-color: #fff;
	color: #000;
	border-color: #000;
}
textarea{
	width: 350px;
	height: 70px;
	background-color: #dde7f3;
	border: #003565 1px solid;
	padding: 2px 0;
	text-indent: 2px;
	color: #003565;
}
textarea:focus{
	background-color: #fff;
	color: #000;
	border-color: #000;
}
#contactoForm input,
#contactoForm textarea{
	width: 300px;
}
input.submit{
	width: 253px;
	height: 29px;
	background: url('../img/btn-submit.png') no-repeat 0 0;
	border: 0 none;
	text-align: left;
	text-indent: 20px;
	color: #fff;
}

.contenedorContacto{
	height: 1%;
}
	.contenedorContacto .formulario{
		float: left;
		width: 305px;
	}
	.contenedorContacto .contacto{
		float: right;
		width: 280px;
		padding-top: 20px;
	}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group ICONOS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#contenido .links li{
	padding-left: 45px;
	line-height: 40px;
}
#contenido .links li.web,
#contenido .links li.mail,
#contenido .links li.linkedin,
#contenido .links li.pdf,
#contenido .links li.facebook,
#contenido .links li.phone,
#contenido .links li.fax,
#contenido .links li.movil{
	background: url('../img/ico-links.png') no-repeat;
}

#contenido .links li.web{ background-position: 10px 6px; }
#contenido .links li.mail{ background-position: 10px -30px; }
#contenido .links li.linkedin{ background-position: 10px -72px; }
#contenido .links li.pdf{ background-position: 10px -112px; }
#contenido .links li.facebook{ background-position: 10px -150px; }
#contenido .links li.phone{ background-position: 10px -235px; }
#contenido .links li.fax{ background-position: 10px -195px; }
#contenido .links li.movil{ background-position: 10px -275px; }

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group GOOGLEMAP :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#map_canvas{
	margin-top: 10px;
	height: 320px;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group MISC :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#imagenApoyo{
	float: left;
	margin: 0 25px 10px 0;
}
	#imagenApoyo img{
		float: left;
	}


.clear{
	clear: both;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

/* @group CLEARFIX :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#relatedLinks:after,
#tiposClientes:after,
.filaNews:after,
#colabs ul:after,
#clientes ul:after,
.contenedorContacto:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end  :::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = ::::: = */

