@charset "utf-8";
/* CSS Document */

.contenido{
	height: 750px;
	width: 950px;
	margin: auto;
	text-align: center;
	font-family: Arial;
	color: #2D562C;
	background-image: url(../imagenes/cysp.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.logo{
	height: 155px;
	width: 850px;
	background-image: url(../imagenes/Productos%20Cys.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
}
.contcat{
	height:330px;
	width: 830px;
	margin: auto;
	text-align: center;
	margin-top: 70px;
	
}
.catalogo{
	margin-bottom:30px;
	}
.cat1{
	height:70px;
	width: 200px;
	float: right;
}
.cat2{
	height:70px;
	width: 220px;
	margin-left: 0px;
	float: right;
}
.cat3{
	height:250px;
	width: 230px;
	float: left;
}
.cat4{
	height:200px;
	width: 200px;
	float: left;
}
.cat5{
	height:200px;
	min-width: 350px;
	float: right;
}
.img{
	height:282px;
	width: 226px;
	float: right;
	margin-right: 100px;
	background-image: url(../imagenes/cysp.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.catnom{
	font-family: Arial;
	font-size: 16px;
	height: 30px;
	text-align: left;
	}
.catpdf{
	width: auto;
	height: 30px;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	}
.catpdf2{
	width: auto;
	height: 30px;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	margin-left: 0px;
	}
a {
	font-family: Arial;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #333;
	text-decoration: none;
	
}
a:hover {
	color: #2D532E;
	
}
a:active {
	color: #333;
	text-decoration: none;
	
}
a:link {
	text-decoration: none;
	}
#footer {
	text-align: center;
	font-size: 15px;
	height: 50px;
	width: 700px;
	color: #333;
	margin: auto;
}
#footer a:hover {
	color:#0B0780;
	border-bottom: 1px solid #0B0780;
	}
#footer a {
	color: #0B0780;	
	
}
