/*
	SocialCo.es | Comunicaci�n online de Temas Sociales, S.L.
	Alberto Fortes | alberto@socialco.es
	v.1. abril de 2010.
------------------------------ */
body {
	background:#35451F url(images/css/bg_body.png) top center no-repeat;
}
a {color:#707430; text-decoration: underline;}
a:hover {color:#35451F;}
#wrap {
	width: 990px;
	margin: 20px auto !important;
}
.contenedor {
	width: 990px;
	background: #fff;
	margin-bottom: 15px;
	box-shadow: 0px 10px 15px #333333; -moz-box-shadow: 0px 10px 15px #333333; -webkit-box-shadow: 0px 10px 15px #333333;
}
/*footer ------------------------ */
#footer {
	color:#fff;
	font-size: 1.1em;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: none;
}
#footer .creditos {
	float: left;
	width: 650px;
}
#footer .datosSociales {
	background:#35451F url(images/css/bg_datosSociales.png) top right no-repeat;
	float: right;
	width: 150px;
	padding-right: 150px;
	height:51px;
}
#footer .datosSociales ul {
    text-align: right;
}
#footer .datosSociales ul a {
    text-decoration: none;
}
/*header ------------------------ */
#header {
	background: url(images/css/bg_header.png) bottom right no-repeat;
	position: relative;
	overflow: hidden;
	height: 1%;
	padding-bottom: 10px;
}
#header h1 a {
	background: url(images/css/logo_socialCo.png) 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 50px;
	left:25px;
	/*float: left;
	margin: 20px 10px 0 10px;*/
	width: 146px;
	height: 45px;
}
#header .regionSup {
	font-size: 1.1em;
	background: #000;
	color:#fff;
	padding: 5px 10px;
	height: 1%;
	overflow: hidden;
}
#header .regionSup a {
	color:#fff;
}
#header .regionSup a:hover {
	text-decoration: none;
}
#header .regionSup a.privado {
	background: url(images/ico/ico_llave.png) 0 50% no-repeat;
	padding: 3px 0 3px 19px;
}
/*nav ------------------------ */
#nav {
	float: right;
	margin-right: 10px;
	display: block;
}
#nav ul li {
	float: left;
	display: block;
}
#nav ul li a {
	text-indent: -9999px;
	float: left;
	display: block;
	height: 33px;
	margin-left: 3px;
	background: url(images/css/sprite_nav.png) 0 0 no-repeat;
}
#nav ul li#nav_inicio a {background-position: 0 0; width:58px;}
#nav ul li#nav_inicio a:hover, #nav ul li#nav_inicio a.active {background-position: 0 -33px;}
#nav ul li#nav_quienes a {background-position: -61px 0; width:79px;}
#nav ul li#nav_quienes a:hover, #nav ul li#nav_quienes a.active {background-position: -61px -33px;}
#nav ul li#que_hacemos a {background-position: -143px 0; width:112px;}
#nav ul li#que_hacemos a:hover, #nav ul li#que_hacemos a.active {background-position: -143px -33px;}
#nav ul li#nav_blog a {background-position: -258px 0; width:58px;}
#nav ul li#nav_blog a:hover, #nav ul li#nav_blog a.active {background-position: -258px -33px;}
#nav ul li#nav_contacto a {background-position: -319px 0; width:80px;}
#nav ul li#nav_contacto a:hover, #nav ul li#nav_contacto a.active {background-position: -319px -33px;}

/*lemas ------------------------ */
#lemas {
	width: 525px;
	float: left;
	margin: 50px 0 10px 25px;
}
#lemas h2 {
	color:#33441B;
	margin-bottom: 15px;
	font-size: 2.8em;
}
#lemas h3 {
	color:#BA2A25;
	margin-bottom: 20px;
	font-size: 2.1em;
}
#lemas a.botonaco {
	float: right;
	display: block;
	width:190px;
	height: 41px;
	text-indent: -9999px;
	background: url(images/ico/botonaco_envianos.png) 0 0 no-repeat;
}
#lemas a.botonaco:hover {
	background-position: bottom;
}
#ilustracionHome {
	float: right;
	background: url(images/css/bg_ilustracionHome.png) 0 0 no-repeat;
	display: block;
	width: 372px;
	height: 227px;
	font-size: 1.3em;
	margin-top: 10px;
}
#ilustracionHome .texto {
	width: 156px;
	margin:32px 0 0 133px;
	font-size: 1.2em;
}
#lemas_interior {
	overflow: hidden;
	height: 1%;
	margin: 25px 10px 10px 25px;
}
#lemas_interior h2 {
	color:#BA2A25;
	font-size: 2.1em;
	float:left;
	margin-top: 25px;
}
#lemas_interior h3 {
	color:#334419;
	font-size: 2.1em;
	float: right;
	text-align: right;
}
/*---------------------------------
	content
--------------------------------- */
#content {
	background: url(images/css/bg_content.png) bottom center no-repeat;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
}
.breadcrumb {
	font-size: 1.1em;
	margin-bottom: 20px;
}
.breadcrumb a.home {
	text-decoration: none;
	color:#EA5324;
}
.breadcrumb strong {
	color:#334419;
	font-weight: normal;
}
.grid2 {
	width:180px;
}
.grid3 {
	width:280px;
}
.grid4 {
	width:430px;
}
.grid5 {
	width:480px;
}
.grid7 {
	width:669px;
}
.grid8 {
	width:745px;
}
.col_left {
	font-size: 1.2em;
	float: left;
	width: 200px;
}
.col_right {
	font-size: 1.2em;
	float: right;
	width: 180px;
}
.col_central {
	width: 545px;
	margin: 0 auto 25px;
}
.col_left .titular,
.titular_naranja {
	background: url(images/css/bg_titular_col_left.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	height: 35px;
	font-size: 1.3em;
	padding: 8px 0 0 10px;
}
.col_right .titular,
.titular_verde {
	background: url(images/css/bg_titular_col_right.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	height: 35px;
	font-size: 1.3em;
	padding: 8px 0 0 10px;
}
.col_right .galeria p {
	margin: 10px 0;
	text-align: center;
}
.col_right .galeria p img {
	border: 3px solid #E7E6F3;
}
.col_right .portfolio_lat p {
	background: url(images/css/bg_polaroid_portfolio_lateral.png) 0 0 no-repeat;
	width: 140px;
	height: 90px;
	display: block;
	margin: 10px auto;
	text-align: left;
}
.col_right .portfolio_lat p img {
	border: none;
	margin: 5px 0 0 6px;
}
.pageTitle {
	font-size: 1.9em;
	color: #EA5424;
	margin-bottom: 10px;
}
.textoG {
	font-size: 1.5em;
	color: #33451F;
	text-align: right;
	font-family: Verdana;
}
.col_left h3 {
	font-size: 1.2em;
	font-weight: bold;
	color:#CB8528;
	margin-bottom: 7px;
}
.bloque {
	background: url(images/css/bg_bloque.png) 0 0 no-repeat;
	padding-top: 10px;
	font-size: 1.2em;
}
.bloque h3 {
	font-size: 1.3em;
	color:#33441B;
	margin-bottom: 10px;
	font-weight: bold;
}
.grid_h1 {
	width: 265px;
	padding-right: 10px;
	margin-right: 15px;
}
.grid_h2 {
	width: 320px;
	padding-right: 10px;
	margin-right: 15px;
}
.last-col_h {
	border-right: none;
	padding-right: none;
	margin-right: 0;
}
.listados {
	margin-bottom: 20px;
}
.listados li {
	background: url(images/ico/bullet_socialco.png) 0 3px no-repeat;
	padding-left: 21px;
	height: 1%;
	margin: 0 0 10px 0;
}
.chapas {
	margin-bottom: 20px;
}
.chapas img {
	margin-right: 10px;
}
/* post --------------------------- */
.post_h {
	margin-bottom: 20px;
}
.post_h h4 {
	font-weight: bold;
	margin-bottom: 5px;
}
.post_h h4 a {
	text-decoration: none;
}
.post_h .meta {
	color:#666;
	font-size: .95em;
	margin-bottom: 3px;
}
.post_h .desc {
	font-size: .95em;
}
.post {
	margin-bottom: 15px;
	font-size: 1.2em;
	overflow: hidden;
	height: 1%;
}
.post .entradilla {
	margin-bottom: 15px;
	overflow: hidden;
	height: 1%;
}
.post .entradilla p {
	line-height: 1.5em;
	color: #707230;
	font-weight: bold;
}
.post .foto_dcha {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}
.post .foto_izq {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.post .foto_centro {
	text-align: center;
	margin-bottom: 10px;
}
.post .foto .pie {
	font-size: .85em;
	padding: 5px;
	display: block;
	background: #efefef;
	border-bottom: 1px solid #dedede;
}
.post .desarrollo {
	margin-bottom: 15px;
}
.post .desarrollo h4 {
	color: #BB2A25;
	margin: 10px 0;
}
.post .desarrollo h4 a {
	color: #BB2A25;
	text-decoration: none;
}
.post .desarrollo ul {
	margin: 0 0 15px 10px;
	list-style: none;
}
.post .desarrollo ol {
	margin: 0 0 15px 20px;
	list-style: decimal;
}
.post .desarrollo ul li,
.post .desarrollo ol li {
	margin: 3px 0;
	height: 1%;
}
.post .desarrollo ul li {
	background: url("images/ico/bullet_socialco.png") no-repeat scroll 0 5px;
	padding-left: 21px;
}
.post p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
.post h3 {
	font-weight: bold;
	color: #BC2A25;
	margin-bottom: 20px;
}
.post h4 {
	font-weight: bold;
	color: #CB8527;
	margin-bottom: 5px;
}
.galeria {
	margin-bottom: 25px;
	overflow: hidden;
	height: 1%;
}
.galeria h3 {
	color:#BC2A25;
	font-size: 2.1em;
	margin-bottom: 5px;
}
.galeria li {
	float: left;
	margin-right: 4px;
	font-weight: bold;
	color:#34451F;
	width: 130px;
	font-size: 1.2em;
}
.galeria li.last-row {
	margin-right: 0;
}
.galeria li img {
	float: left;
	margin-right: 10px;
	text-align: center;
}
.galeria li h4 {
	margin-right: 10px;
	color:#EA5524;
	padding-left: 4px;
	
}
.galeria li p {
	padding-left: 4px;
}
#content .post .socialLinks {
	list-style: none;
	margin: 10px 0 20px 0;
}
#content .post .socialLinks li {
	margin: 0 15px 15px 0;
	float: left;
}
#content .post .socialLinks li img {
	vertical-align: middle;
}
.volver {
	margin: 25px 0;
	text-align: right;
	padding-right: 21px;
	font-weight: bold;
	background: url(images/ico/ico_volver.png) center right no-repeat;
}
/* menu ------------------------------ */
.col_left .menu {
	background: url(images/css/bg_sombrita.png) bottom center no-repeat;
	padding-bottom: 15px;
	margin-left: 5px;
	margin-bottom: 20px;
}
.col_left .menu li {
	height: 1%;
	border-bottom: 1px solid #D4D5C0;
}
.col_left .menu li a {
	background: url(images/ico/ico_arrow_vclarita.png) center right no-repeat;
	padding: 5px 10px 5px 0;	
	display: block;
	text-decoration: none;
}
.col_left .menu li.last-child{
	border-bottom: none;
}
.col_left .menu li.active a,
.col_left .menu li a:hover {
	background: url(images/ico/ico_arrow_voscura.png) center right no-repeat;
	color:#34451F;
	font-weight: bold;
}
.col_left .menu li a:hover {
	font-weight: normal;
}
.col_left .menu li.active a:hover {
	font-weight: bold;
}
.col_left .menu li ul {
	margin-left: 15px;
	list-style: circle;
	margin-bottom: 10px;
}
.col_left .menu li li,
.col_left .menu li.active li {
	border-bottom: none;
}
.col_left .menu li li a,
.col_left .menu li.active li a {
	font-weight: normal;
	color:#707430;
	background: url(images/ico/ico_arrow_vclarita.png) center right no-repeat;
}
/* box_suscripcion -------------------- */
.box_suscripcion {
	margin-bottom: 20px;
}
.box_suscripcion input.texto {
	border: 1px solid #707530;
	width: 115px;
	background: url(images/ico/ico_sobre.png) 2px 3px no-repeat;
	color:#000;
	font-size: .9em;
	padding: 2px 2px 2px 21px
}
/* item ------------------------------ */
.item {
	display: block;
	margin-bottom: 15px;
}
.item .imagen {
	float:left;
	margin-right: 10px;
}
.item ul h4 {
	font-weight: bold;
	color:#EA5524;
	margin-bottom: 1px;
}
.item ul h4 a {
	text-decoration: none;
	color:#EA5524;
}
.item ul li.mas {
	margin-top: 5px;
}
.item ul li.mas a {
	text-decoration: none;
}
.grid3 .item {font-size: .9em; color:#666;}
.grid3 .item h4 {font-size: 1em;}
.itemSecciones {
	margin: 25px 0;
}
.itemSecciones .item {
	border-bottom: 1px solid #D4D5C0;
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 320px;
	float: left;
	margin-right: 25px;
}

.itemSecciones .item .imagen {
	margin-right: 15px;
}
.col_central .itemSecciones .item {
	width:255px;
}
.col_central .itemSecciones .item  img {
	width:75px;
}
.col_central .itemSecciones .item ul {
	padding-left: 90px;
}
#content .itemSecciones .itemPar {
	margin-right: 0;
}
#content .itemSecciones .last-row {
	border-bottom: none;
}
/* portfolio item ---------------- */
.portfolio {
}
.portfolio h4 {
	color: #BA2A25;
	margin: 0 0 25px;
	font-size: 1.5em;
	font-weight: bold;
}
.portfolio .item {
	font-size: 1.2em;
	margin-bottom: 25px;
}
.portfolio .imagen {
	border:3px solid #35451F;
}
.portfolio .item ul h5 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 15px;
	color:#707430;
	margin-bottom: 5px;
}
.portfolio .item ul {
	padding-right: 10px;
}
.portfolio .item ul h5 a {
	color:#707430;
	text-decoration: none;
}
.portfolio .item ul li {
	margin-bottom: 5px;
}
.portfolio .item ul li strong {
	color: #CB8529;
}
.portfolio .item ul li p {
	margin-bottom: 10px;
}
.paginador {
	font-size: 1.2em;
	margin-bottom: 45px;
	padding: 15px 0 0 0;
	border-top: 1px solid #707530;
	color:#707430;
}
.paginador p {
	text-align: center;
}
.fichaProyecto {
	margin-bottom: 15px;
}
.fichaProyecto dt {
	font-weight: bold;
	color: #BB2A25;
}
.fichaProyecto dd {
	margin-bottom: 10px;
}
/* contactform -----------------*/ 
#contactform {
	margin-top: 15px;
	font-size: 1.2em;
}
#contactform p {
	margin-bottom: 10px;
}
#contactform label {
	display:inline-block;
	font-weight:bold;
	margin-right:12px;
	width:75px;
	color: #34451F;
	padding-top: 4px;
}
#contactform .texto {
	padding:3px 2px;
	border: 1px solid #707530;
	vertical-align:top;
	width:200px;
	background: #f9f9f9;
}
#contactform textarea.texto {
	font-family: Arial;
	width: 300px;
	height: 100px;
	font-size: 1em;
}
#contactform .form-action {
	margin: 15px 0 25px 85px; 
}
#contactform .form-action input {cursor: pointer;}
#contactform .form-action .cancelar {
	color:#BC2A25;
	border: none;
	background: none;
}
#contactform p span {font-size: .9em; margin-left: 7px;}
#contactform p span.oblig {color:#EA5524;}
#contactform p span.error {
	background:url(images/ico/exclamation.png) no-repeat left top;
	color:#CC0101;
	padding:2px 0 2px 20px;
}
#contactform p span.ok {
	background:url(images/ico/ok.png) no-repeat left top;
	color:#003300;
	font-weight:bold;
	padding:2px 0 2px 20px;
}
#map {
	border:3px solid #ccc;
	height:312px;
	margin-bottom: 20px;
	width:479px;
}
.datoscontacto {
	margin-bottom: 25px;
}
.datoscontacto p {
	margin-bottom: 7px;
}
.error404 {
	font-size: 2.5em;
}
.error404 strong {
	font-size: 3.5em;
	color:#707430;
}
.tam12 {font-size: 1.2em;}
.alertaOk {
	border: 1px solid #707530;
	background:#F2FFE4 url(images/ico/ico_ok.png) 10px 10px no-repeat;
	padding: 10px 10px 10px 50px;
	margin-bottom: 15px;
	color: #333;
	line-height: 1.4em;
}
