
/************ COMUN ************/


ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
a img,:link img,:visited img
{ 
	border: none;
}
a
{
	color:#989898;
	text-decoration: none;
}
p
{
	padding:0;
	margin:0;
}
label
{
	padding:0;
	margin:0;
}
fieldset
{
	margin:0;
	padding:0;
	border:none;	
}
body
{
	text-align:center; 
  	margin: 0;
  	padding: 0;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 11px;
  	background-color: #000000;
	color:#989898;
	height: 100%;	
}
.cerrar
{
	clear:both;
}
.mano
{
	cursor:pointer;
}
.textoBlanco
{
	color:#FFFFFF;
}

/************ QUIENES SOMOS ************/

div#quienesSomos
{
	width:740px;
	text-align:left;
	background-color:#000;
}


/************ HOME ************/


div#page
{
	width:955px;
	margin: 0 auto;
}
div#frameCentral
{
	width:955px;
}
div#menuDer
{
	float:left;
	width:135px;
	text-align:left;
	padding-left:19px;
}
div#menuDer a:hover
{
	color:#8c127f;
}
div#footer
{
	width:955px;
	height:100px;
	margin-top:15px;	
	background-image:url(../img/footer.png);
	background-repeat:no-repeat;
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-478px;
}
div#footer h4
{
	margin:0;
	padding:0;
	display:none;
	text-indent: -9999px;
}
div#cabecera
{
	width:955px;
	height:38px;
	margin-top:45px;
	margin-bottom:25px;
	background-image:url(../img/cabeceraPorfolio.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
div#cabecera h1, h2
{
	margin:0;
	padding:0;
	display:none;
	text-indent: -9999px;
}
div#navegación
{
	width:955px;
	height:25px;
	text-align:left;
}
div#contenTrabajos
{
	width:740px;
	float:left;
	text-align:left;
}
.cierreTrabj
{
	width:240px;
	height:100px;
	float:left;
	overflow:hidden;
	margin-right:6px;
	margin-bottom:6px;
}
.cajaGris
{
	width:240px;
	height:149px;
	float:left;
	overflow:hidden;
	margin-right:6px;
	margin-bottom:6px;
	background-image:url(../img/cajaGris.gif);
	background-position:left center;
	background-repeat:no-repeat;	
}
.moduloTrabj
{
	width:240px;
	height:149px;
	float:left;
	overflow:hidden;
	margin-right:6px;
	margin-bottom:6px;
}
.cajaTrabaj
{
	position:relative;
	width:240px;
	height:149px;
	overflow:hidden;
}
.imgTrabj
{
	position:absolute;
}
.trabajNuevo
{
	position:absolute;
}
.descripTrabaj
{
	width:240px;
	/*height:32px;*/
	text-align:left;
	/*padding-top:5px;
	padding-left:10px;*/
	position:absolute;
	background-image:url(../img/fondoDescrip.png);
	/*background-color:#F00;*/
	background-repeat:repeat;
	background-position:center;
	bottom:-1px;
	visibility:hidden;
}

.descripTrabaj p
{
	/*margin-left:10px;*/
	margin:5px 10px;
}