/* CSS Document */
body {
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#CCCCCC;
}

#contenedor{
width:800px;
background-color:#FFFFFF;
}

#menu_v {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	font-size: 100%;
}

#menu_v h3{
	padding: 10px 0px 2px 10px;
}

#menu_v a {
	background-color: #ffcc00;
	display: block;
	border-top: 3px solid #e80000;
	padding: 2px 0px 2px 10px;
}

#menu_v a:hover{
	background-color: #00cccc;
}
#inicio {
width:133px;
height:25px;
float:left;
}
#productos {
width:133px;
height:25px;
float:left;
}
#descargas {
width:133px;
height:25px;
float:left;
}
#tutorial {
width:133px;
height:25px;
float:left;
}
#precios {
width:133px;
height:25px;
float:left;
}
#faqs {
width:134px;
height:25px;
float:left;
}
#footer{
margin:5px;
}
#mensaje{
margin:5px;
}
#socialmedia{
margin:5px;
}
#descargar{
margin:5px;
}
a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}



