@charset "UTF-8";

/**** CSS BY: luis@netbangers.com ****/
/**** 2009 ****/


/************************ COMMON ************************/

body, h1, h2, h3, h4, ul, li, p, hr, blockquote, cite, label, form, label, input, fieldset, input, h5, dl, dt, dd {
    margin:0;
    padding:0;
	border: none;
	font-weight: normal; 
}


body{
	font-family: Geneva, Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: normal;
	color: #515151;
	
/*    background: ;*/
}

a {
	text-decoration: none;
	color: #515151;
}

h1 span, h3 span {
	display: none;
}

ul {
	list-style: none;
}

.wrap_internal{
	margin: 0 auto;
	width:900px;
}

/************************ GENERAL ************************/

h2{
	font-weight: normal;
	font-size: 35px;
	color:#C4232B;
	border-bottom: 1px solid #E2CFD1;
	padding: 10px 16px 11px 16px;
	margin: 0 5px;
}


/************************ CONTENT ************************/
#content_background{
background: url("../img/skin/skin.jpg") top center no-repeat;
}

#content{
	margin:0 auto;
	padding-bottom:1px;
	width:900px;
	background: #FFFFFF;
	border-left: solid 1px #EBEBEB;	
	border-right: solid 1px #EBEBEB;
}


/**********************Divs servicios*********************/
#cont_servicios{
	height:880px;
	padding-top:20px;
	padding-left:30px;
}

#servicio{
	position:relative;
	cursor:pointer;
	float:left;
	height:280px;
	width:280px;
}

#txt_servicio{
	background-color:#000;
	top:240px;
	width:280px;
	height:40px;
	position:absolute;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:25;
}
#title_serv{
	position:absolute;
	width:280px;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.txt_serv{
	position:absolute;
	text-align:left;
	font-size:12px;
	top:20px;
	left:25PX;
	color:#FFF;
	width:230px;
	z-index:20;
}

.verProyectos{
	height:30px;
	color:#FFF;
	position:absolute;
	top:200px;
	left:150px;
	z-index:90;
}

.font_ver{
	font-size:12px;
	vertical-align:middle;
}

.event_serv{
	width:280px;
	height:280px;
	position:absolute;
	background-color: #FFF;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index:120;
}

.over_servicio{
	background-color:#A6192E;
	width:280px;
	height:240px;
	position:absolute;
	z-index:20;
}

#img_servicio{
	width:280px;
	height:280px;
	position:absolute;
	z-index:10;
}
