body {
	background: #FFFFFF;
	list-style: none;
	background-attachment: fixed;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../images/bg.jpg) repeat scroll center top #D9D9D9;
	}
	


#contenedor {
	width: 960px;
}

h1 {
	float: left;
	display: inline;
	background: url(../images/logo.gif) no-repeat;
	margin-top: 40px;
	margin-left: 60px;
}

h1 a {
	text-indent: -9999px;
	width: 240px;
	height: 240px;
	display: block;
}

h1 a:hover{
	background: url(../images/logo-hover.gif) no-repeat;
}

ul.navegacion {
	display: inline;
	float: left;
	margin-left: 30px;
	list-style: none;
	margin-top: 130px;
	margin-bottom: 20px;
	width:130px;
}

ul.navegacion li {
	margin-bottom: 1px;
}

ul.navegacion li a {
	background-color: #000000;
	padding: 1px 50px 1px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
	float: left;
	width: 70px;
	margin-bottom: 1px;
}


ul.navegacion li a:hover {
	background-color: #fffc00;
	color: #000000;
}


#datos {
	float: left;
	display: inline;
	width: 232px;
	height: 78px;
	margin-top: 114px;
}

p.info {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	margin-left: 20px;
	padding-top: 20px;
	line-height: 15px;
}

p a.mail {
	text-decoration: none;
	color: #000000;
}

p a.mail:hover {
	color: #000000;
	background-color: #fffc00;
}


div.cuerpo {
	width: 960px;
	clear: both;
	margin-left: 60px;
	padding-top: 30px;
}


/*JS*/
.project {
	width:215px;
	height:200px;		
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	margin-right:14px;
	margin-bottom:14px;
}
.project .caption {
	width:230px;
	height:180px;
	color:#fff;
	/* fix it at the bottom */
	position:absolute;
	left:0;
	/* hide it by default */
	display:none;
	background-image: url(../images/amarillo.png)!important;
	filter: none !important;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_transparente.png', sizingMethod='scale');
	background-repeat: repeat;*/
	padding:10px;
	.background-color:#000;
	
}
.project .caption h2{
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 40px 0px 5px 8px;
}

.project .caption h3 {	
	margin: 10px 0px 0px 8px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}

.project .caption p {	
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin-left: 8px;
}
	
a.more {	
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	text-align: left;
		border-bottom: 1px dotted #000;
}
a.more:hover {	
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #000;
	background-color: #000;
}
.last{ margin-right:0px;}
.project img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}

.clear {
	clear:both;	
}
/*aca termina js*/



#legales {
	float: right;
	margin-top: 20px;
	padding-bottom: 40px;
}

ul.follow {
	margin-top: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

ul.follow li {
	display: inline;
}

ul.follow li a {
	padding: 0px 10px 0px 10px;
	margin-left: -2px;
	background-color: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

ul.follow li a:hover {
	color: #000000;
	background-color: #FFFF00;
}

p.pie {
	background: #000000;
	margin-top: 1px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100px;
	margin-top: 1px;
	float: right;
	display: inline;
	padding-left: 10px;
	padding-right: 6px;
}


/* internas */

div.info {
	float: left;
	display: inline;
	margin-top: 30px;
}


img.cuerpo {
	background: url(../images/ajax-loader.gif) center no-repeat;
	margin-left: 40px;
	margin-top: 30px;
}

p.titulo {
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px 5px 1px 15px;
	display: block;
	width: 120px;
	margin-top: 1px;
	margin-left: 20px;
	text-align: right;
}	

p.client {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
}

p.client a {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px dotted #000000;
}

p.client a:hover {
	color: #000000;
	background-color: #fffc00;
	border-bottom: 1px dotted #fffc00; 
}

p.top a {
	font: 11px Arial, Helvetica, sans-serif;
	background: url(../images/top.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	width: 47px;
	height: 16px;
	padding-left: 25px;
	margin-top: 1px;
	margin-left: 50px;
	text-decoration: none;
	text-align: right;
}		





