/*
	Resetear CSS
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
}

:focus {
     outline: 0;
}

ol, ul {
     list-style: none;
}

table {
     border-collapse: collapse;
     border-spacing: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
     content: "";
}

blockquote, q {
     quotes: "" "";
}

input, textarea {
     margin: 0;
     padding: 0;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px;
}


/* 
	Resetear CSS 
*/



html {
	min-height: 100%;
	height: auto;
	background: #f1f1f1 url(/img/layout/fondo_pie.jpg) repeat-x bottom left;
}

* img a {
	border: none;
}

#cabecera {
	background: transparent url(/img/layout/fondo.jpg) repeat-x top left;
	text-align: center;
}
#contenedor {
	width: 766px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
}

	#contenedor p {
		margin: 1em 0;
		line-height: 1.4em;
	}
	
	#contenedor p strong {
		font-weight: bold;
		color: #007c2c;
	}
	
	#izquierda {
		width: 237px;
		float: left;
	}
	#derecha {
		width: 418px;
		float: right;
	}
	
	#derecha ul li {
		background: transparent url(/img/layout/bullet.png) no-repeat 0px 3px;
		padding-left: 10px;
		margin: 1em 0;
	}
	
	
	h3 {
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: bold;
		color: #007E37;
		border-bottom: 1px solid #007E37;
		margin: 1em 0;
	}
	h4 {
		color: #555;
		text-transform: uppercase;
		margin: 1em 0 0 0;
		font-weight: bold;
	}
	p.nomargen {
		margin: 0;
		padding: 0 0 1em 0; 
	}

	#gal_trabajos {
        
		margin: 15px 0 10px 0;
		/*height: 370px;
		overflow: auto;*/
    }

	#gal_trabajos a {
        margin: 0 15px 15px 0;
		float: left;
    }
	

#pie {
	clear: both;
	height: 123px;
	width: 853px;
	margin: 0 auto;
	background: transparent url(/img/layout/fondo_pie_grande.jpg) repeat-x center top;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
}
/*
#contenedor {
	margin: 0 auto;
	width: 853px;
}
*/

