@charset "utf-8";
/* General */

body{
	font-family:Arial;
	font-size:13px;
	margin:0px;
	color:#666666;
	background: url(pics/homebg.png) repeat-x #FFF;
	background-repeat:repeat-x;
	/*line-height:20px;*/
	text-align:justify;
}	


a {
	text-decoration:none;
	color:#000;
}

img a, a img {
	border:none;
}

/* Contenido */

#contenedor {
margin-right:auto;
margin-left:auto;
width:960px;
text-align: center;
margin: 0px auto 0px auto;
height:auto;
position: relative;
top: 0;
left: 0;
}

#arriba {
	background:url(pics/fondo2.png) repeat-y;
	width:937px;
	height:495px;
	margin:0px auto 20px;
}

#logo {
	padding:0px 0px 0px 0px;
	margin:0px auto 0px;
}

#contenido {
	width:710px;
	float:left;
	background: #FFF;
	margin:2px 0px 0px 20px;
	text-align:left;
	position:relative;
	z-index:3;
}

#contenido h1, #contenido h1 a {
	color:#E2003B;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px;
	margin:10px 0px 10px 0px;
}

#contenido p{
	padding:5px;
	margin:0px 0px 0px 10px;
}

#izquierda{
	float:left;
	width:280px;
	margin:20px;
}

#izquierda2 {
	float: left;
	}

#izquierda p {
	padding:2px;
	margin:3px;
}

#izquierda ul {
	padding:2px;
	margin:3px 0px 0px 20px;
}

#derecha {
	width:230px;
	float:right;
	min-height:300px;
	margin:-150px 0px 0px 0px;
	position:relative;
	z-index:999;
}

#derechapag {
	width:245px;
	float:left;
	margin:5px 5px 5px 40px;
	padding:5px;
	position:relative;
	z-index:999;
	text-align:right;
}

#derechapag img {
	padding:10px;
}


/* Botonera */

#botonera {
	background:url(pics/botonera.png) no-repeat;
	width:937px;
	height:304px;
	margin:0px 0px 0px 0px;
	z-index:1;
	position:relative;
}

#botonera ul{
	list-style:none;
	margin:0px auto 0px;
	padding:0px;
	width:937px;
	z-index:1;
	position:relative;	
}

#botonera li {
	float:left;
	width:140px;
	height:30px;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	z-index:1;
	position:relative;
}

#botonera li a {
	display:block;
	height:30px;
	padding:10px 12px 0px 0px;
}


#botonera .inicio {margin:0px 0px 17px 10px;}
#botonera .empresa {margin:0px 5px 17px 5px;}
#botonera .servicios {margin:0px 5px 17px 5px;}
#botonera .ubicacion {margin:0px 5px 17px 0px;}
#botonera .contacto  {margin:0px 5px 17px 5px;}


#botonera .inicio a:hover {background:url(pics/hover1.png) no-repeat;}
#botonera .empresa a:hover {background:url(pics/hover2.png) no-repeat;}
#botonera .servicios a:hover {background:url(pics/hover3.png) no-repeat;}
#botonera .ubicacion a:hover {background:url(pics/hover4.png) no-repeat;}
#botonera .contacto a:hover {background:url(pics/hover5.png) no-repeat;}

/* Imagen Principal */

.imagen {
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;
	z-index:1;
}

/* Footer */

#footer {
	float:left;
	background:url(pics/footer.jpg) no-repeat center bottom;
	height:53px;
	width:710px;
	margin:30px 0px 10px 0px;
	padding:0px;
	text-align:left;
	font-size:12px;
	color:#7D858C;
	font-size: 11px;
}

#footer a {
	color:#7D858C;
	text-decoration:none;
	font-weight:bold;
}

#footer span {
	padding:10px;
	margin:10px;
}

/******* OTROS *****/

.titulo {
	color:#E2003B;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:3px;
	margin:0px 0px 10px 0px;
}


.curriculumt {
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
text-align:left;
width:100%;
}

.curriculumt img {
	margin-top:-10px;
	margin-bottom:-10px;	
	margin-left:-10px;
	margin-right:-10px;
	padding:0px;
}
.curriculumc {
	width:100%;
	float:left;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
}
