@charset "utf-8";
/* CSS Document */


body{
	color: #333;
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a{	color:#CCC;	font-size: 10px;}
h3{	margin: 10px 10px 0 10px;
	color:#FFF;	letter-spacing:-1px;	font-weight: bold;	font-size: 12pt;}

#wrap{
	width: 930px;
	margin: auto;
}
#Cont_Portafolio{width: 930px;}
#ColumnaIzquierda{ 	width: 310px;	float: left;}
#ColumnaDerecha{	width: 310px;	float: left;}
#ColumnaCentro{	width: 310px;	float: left;}
#clerar{	clear: both;}



#Portafolio{	width: 300px;	padding-bottom: 20px;}
.Poraf_Box{ 	width: 270px;	height: 120px;	padding: 10px;
	border: 1px solid #2D2D2D;	background-image: url(../imagenes/portafolio/fondo_capa.jpg);	background-repeat: repeat-x;}
.Poraf_Box_Web{	width: 270px;	height: 115px;	border-top-width: 1px;
	border-right-width: 1px;	border-left-width: 1px;	border-top-style: solid;	border-right-style: solid;	border-left-style: solid;
	border-top-color: #666666;	border-right-color: #666666;	border-left-color: #666666;}
.boxgrid{ 	width: 270px;	height: 115px;	float:left;	background:#161613;	overflow: hidden;	position: relative;
	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #666666;		}
.boxgrid img{ position: absolute; top: 0; left: 0; border: 0; }
.boxgrid p{ padding: 0 10px; color:#afafaf; }
.boxcaption{ float: left;	position: absolute;	background: #000;	height: 68px;	width: 270px;	opacity: .8;
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }
.captionfull .boxcaption {	top: 260;	left: 0; }
.caption .boxcaption {	top: 220;	left: 0; }

.LinkWeb{ color:#C8DCE5; }
				


/* PIE PAGINA */ 
#Pie{
	background-image: url(../imagenes/home/fondo_pie.jpg);
	background-repeat: repeat-x;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.copyright {
	float: left;
	line-height: 2em;
	padding-left: 10px;
}
.credit {
	float: right;
	color: #999;
	line-height: 1.4em;
	padding-right: 10px;
}
