/* CSS Document */

body {
	margin: 0;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #e7e7e7;
	SCROLLBAR-DARKSHADOW-COLOR: #999999;
	SCROLLBAR-BASE-COLOR: #e7e7e7;
	SCROLLBAR-3DLIGHT-COLOR: #e7e7e7;
	SCROLLBAR-ARROW-COLOR: #999999;
	/*width:995px;*/
	min-height:400px;
	text-align: center;
	overflow: auto;
	background-image: url(../skin/images/background_degree.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #1a1b1d;
}
/* ----- TOP ----- */
#header {
	width:100%;
	height:94px;
	margin:0 auto;
	text-align: center;
	background-image: url(../skin/images/background_top.jpg);
	/*background-color:#0b0c0e;*/
	background-repeat: repeat-x;
	background-position: center top;
}
/* ----- FOOTER ----- */
#footer {
	width:100%;
	overflow: visible;
	margin:0 auto;
	background-color:#121315;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#6d6d6d;
	clear: left;
}
/* ----- CUERPO ----- */
#cuerpo{
	width:995px;
	overflow: auto;
	margin:0 auto;
	height: auto;
	text-align: center;
	background-image: url(../images/background_degree.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#background {
	background-image: url(../images/background_degree.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* ----- MAIN CONTENT ----- */
#contenido {
	width:995px;
	/* min-height:400px; */ /* for modern browsers */
	height:auto !important; /* for modern browsers */
	/* height:400px; */ /* for IE5.x and IE6 */
	float:left;
	margin-right: 0px;
	padding-top: 33px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.background_banner_catalogo {
	background-image: url(../skin/images/background_banner_download.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/* ----- MAIN CONTENT ----- */
#productos {
	width:95%;
	height:130px;
	float:left;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#titulo_productos {
	width:100%;
	height:25px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	COLOR:#ffffff;
	letter-spacing:0px;
	line-height: 13.5px;
	text-align: left;
	background-position: top;
}
#descripcion_productos {
	height:92px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	COLOR:#9d9d9e;
	letter-spacing:0px;
	line-height: 14px;
	text-align: left;
	background-position: top;

}
.separador {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 40px;
}
.marco_fotos {
	border: 3px solid #050505;
}
#fondo {
	background-image: url(../images/background_degree.jpg);
	background-repeat: X;
	background-position: center top;
}
