/* CSS Document */
body {
	width:900px;
	height:100%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	background-image:url(img/fondo.gif);
	background-repeat:repeat;
	color:#999999;
}
#site {
	display:none;
}
a{
	color: #01A8EB;
	text-decoration:none;
}
a:hover{
	color: #0066CC;
	text-decoration:none;
	font-weight:bold;
}

#contenedor_general{
	width:900px;
	height:auto;
	background-color:#FFFFFF;
}
#left {
	display: block;
	width:615;
	float:left;
}
#logo{
	width:615px;
	height:350px;
	float:left;
}
/*#right{
	width:195px;
	height:300px;
	float:left;
	text-align:right;
	margin-top:20px;
	background-image:url(img/fondo-menu.jpg);
	background-repeat:no-repeat;
}
*/
#right table.moduletable td{
	display:block;
	width:auto;
}
#right .moduletable .mainlevel{
	text-align:right;
	display:block;
	width:220px;
	margin:0px 20px 0px 0px;
	padding:4px 5px 1px 0px;;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01A8EB;
}
#right .moduletable .mainlevel-rojo{
	color:#FF0000;
	font-weight:bold;
}
#right{
	width:250px;
	height:auto;
	float:right;
	clear:right;
	padding:10px 15px 10px 15px;;
}
#right .moduletable th, #right .componentheading{
	color: #FFF;
	background-image:url(img/titulos-home.jpg);
	background-repeat:no-repeat;
	padding:3px 0px 3px 0px; 
	width:250px;
	height:20px;
	font-weight: bold;
}
#right .blog .contentpaneopen{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01A8EB;
}
#right .blog .contentpaneopen .contentheading, #right .contentpaneopen .contentheading{
	color: #01A8EB;
	font-weight: bold;
	text-transform: uppercase;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #01A8EB;
}
#linea_productos{
	color: #FFF;
	width:600px;
	margin-left:15px;
	margin-bottom:15px;
	clear:left;
	height:180px;
	overflow:hidden;
}
#linea_productos .moduletable a{
	color: #0066CC;
	text-decoration:none;
	font-weight:bold;
}
#linea_productos .moduletable th{
	color: #FFF;
	text-transform: uppercase;
	text-align:left;
	padding:15px 0px 25px 30px;
	font-weight:bold;
	font-size:1.4em;
}
.prod01{
	width:190px;
	height:180px;
	background-color:#AEC400;
	display:block;
	float:left;
	margin-right:10px;
	background-image:url(img/prod01.jpg);
	background-repeat:no-repeat;
	background-position:top;}
.prod02{
	width:190px;
	height:180px;
	background-color:#F09D00;
	display:block;
	float:left;
	margin-right:10px;
	background-image:url(img/prod02.jpg);
	background-repeat:no-repeat;
	background-position:top;}

.prod03{
	width:190px;
	height:180px;
	background-color:#E60003;
	display:block;
	float:left;
	background-image:url(img/prod03.jpg);
	background-repeat:no-repeat;
	background-position:top;}

#creditos, #creditos table.moduletable{
	font-size:0.9em;
	color:#FFFFFF;
	background-color:#0099FF;
	float:none;
	clear:both;
	height:15px;
	text-align:center;
}
#creditos a{
	color:#FFFFFF;
	font-weight:bold;
}