/* CSS Document */

#works
{

/*	background-image:url("../img/services.png");
	background-position: 600px 70px;
	background-repeat: no-repeat;
*/
	/*height: 518px;*/
	padding-top: 25px;

}

#works .title
{
	padding-bottom: 25px;
}

#works .list_area
{

	padding-top: 20px;
	padding-bottom: 20px;

	/*background-color: #cccccc;*/

}

#works .list
{
	list-style: none;
}

#works .list li
{
	padding: 5px;
}

#works .list a
{

	text-decoration: none;
	font-size: 12px;
	color: #000000;	
}

#works .list a:hover
{
	text-decoration: underline;
}


/*  Para cada trabajo */
#works .row
{
	/*clear: both;*/
	/*background-color: #cccccc;*/
	border: 0px solid black;
	height: 290px;
}


#works .image
{
	float:left;
/*	border: 1px solid black;*/
	margin-top: 0px;

	width: 320px;
	height: 290px;

}

#maritim.image
{
	background-image:url("../img/maritim_preview_bis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#uva.image
{
	background-image:url("../img/uva_preview_bis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#legion.image
{
	background-image:url("../img/legion_preview_bis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#mucenter.image
{
	background-image:url("../img/mucenter_preview_bis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#sgolfa.image
{
	background-image:url("../img/sesiongolfa_preview_bis.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#kaligrafic.image
{
	background-image:url("../img/kaligrafic_preview_bis.png");
	background-position: 30px 0px;
	background-repeat: no-repeat;
}
#elevante.image
{
	background-image:url("../img/elevante_preview_bis.png");
	background-position: 30px 0px;
	background-repeat: no-repeat;
}






#works .label
{
	font-weight: bold;
}

#works .data
{
	float:left;
	margin-top: 0px;
	
	width: 298px;
	height: 290px;
	
/*	background-color: #666666;*/
}

#works .description
{
	float:left;
	/*margin-top: 20px;*/
	padding-top: 15px;
	
	width: 370px;
	height: 270px;
	
/*	background-color: #666666;*/
}

#works .enlace
{
	margin-top: 20px;
}

#works .enlace a 
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #ff6c00;
	text-decoration: none;
}


#works .nav
{
	float: right;
	padding-right: 20px;
}

#works .nav a 
{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #ff6c00;
	text-decoration: none;
}






#projects
{
	padding-top: 25px;
}


/*  Para cada trabajo */
#projects .row
{
	text-align: center;
}






#portfolio
{
	padding-top: 25px;
    
}

#portfolio .title
{
	padding-bottom: 25px;
}

#portfolio .block
{
    
    margin-bottom: 40px;
}

#portfolio .fake
{
    clear: both;
}


#portfolio .row
{
    /*background-color: silver;*/
    margin-bottom: 10px;
}


#portfolio .col
{
    background-image: url('../img/portfolio/marco_proyecto-trans.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;

    margin-left: 20px;

    width: 461px;
    height: 222px;

    float: left;
}


#portfolio .image
{
    margin-top: 19px;
    margin-left: 19px;
    width: 422px;
    height: 139px;
    border: 1px solid white;
}

#portfolio .info
{
    margin-top: 15px;
    margin-left: 30px;
    float: left;
    font-family: verdana;
    font-size:  12px;
    color: #656e75
}

#portfolio .info .name
{
    margin-bottom: 5px;
    font-weight: bold;
}

#portfolio .info a
{
    color : #656e75;
    text-decoration: none;
}
#portfolio .info a:hover
{
    text-decoration: underline;
}

#portfolio .icos
{
    float: left;
}



/* Estilos botonera de paginación */
/**********************************/
.paging
{
	border-top: 0px solid black;
	margin-top: 0px;
	height: 20px;
	margin-bottom: 20px;
}


.paging ul
{
	float: right;
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.paging ul li
{
	margin-top: 2px;
	margin-right: 10px;
	float: left;
	padding: 0px;

}

.paging a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.paging .disabled
{
	display: none;
}
/*------ Estilos botonera paginación -----*/





















