/* 
	2006 Copyright Cell2Solutions S.L.
	Fecha: 10 Febrero
	Developer: Javier Velasco Gonzalez
	Modify: Yolanda Felgueroso Lillo
	Modify: Fernando Fernandez Hidalgo
*/

/* HTML tags styles */


.BodyMain {
	width:775px;
	background-color:#000000;
	background-image: url(../imgs/c2_products_bg.png);
	background-repeat: repeat-y;
	background-position:right;
}


#products {
	margin-top:0px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:35px;
	width:725px;
	min-height:300px;
}

#products p {
	color:#BABFC4;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
}

.product {
    position:relative;
	float:left;
	margin-left:25px;
	margin-right:25px;
	width:130px;
	height:185px;
}

.product a, .product a:visited, .product a:hover {
	color:#000000;
    text-decoration:none;
}


.product #titulo{
	width:130px;
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	position:absolute;
	text-align:center;
	left:0px;
	top:105px;
}


.product #filesize{
	width:130px;
	cursor:default;
	color:#A5141A;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
	position:absolute;
	text-align:center;
	left:0px;
	top:118px;
}

.product #fileformat{
	width:130px;
	color:#BABFC4;
	cursor:default;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
	position:absolute;
	text-align:center;
	left:0px;
	top:131px;
}

.product #filedate{
	color:#BABFC4;
	width:130px;
	cursor:default;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana;
	position:absolute;
	text-align:center;
	left:0px;
	top:144px;
}

