body {
	background-image: url(src/fnd.png);
	background-repeat: repeat-x;
	background-color: #333;
	padding:0px;
	margin:0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.textepequeno {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.menu{
	font-size: 12px;
	color: #FFFFFF;
}
.titulos {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.subtitulo {
	color: #FF9900;
	font-weight: bold;
	font-size: 13px;
}
.tituloblanco {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
a,a:link { 
	color: #222222;
	text-decoration: none; 
}
a:hover  { 
	color: #99cc00; 
	text-decoration: none; 
}

.tabalcentro{
border: solid; 
border-width: 1px; 
border-color: #cccccc;
padding:0px;
}


#simplegallery2{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #ffffff;
z-index: 1;
}

#simplegallery2 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
z-index: 1;
}
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #cccccc;
z-index: 1;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
z-index: 1;
}

/**********************flotante*/
#flotante {
position: fixed;
left:0;
top:110px;
display: block;
height: 330px;
width: 100px;
background: url( src/lateral.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
#flotante2 {
position: fixed;
left:0;
top:450px;
display: block;
height: 165px;
width: 100px;
background: url( src/lateral_dominios.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
#dominios {
position: fixed;
left:0;
top:110px;
display: block;
height: 165px;
width: 100px;
background: url( src/lateral_dominios.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
#facturamos {
position: fixed;
right:0;
bottom:0;
display: block;
height: 153px;
width: 118px;
background: url( src/facturamos.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
#ayuda {
position: fixed;
right:0;
top:110px;
display: block;
height: 330px;
width: 100px;
background: url( src/lateral_ayuda.png) bottom right no-repeat;
text-indent: -999em;
text-decoration: none;
}
/************menu*/

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	
	}
.menu ul{
	background: #99cc00 url("src/fondo.png") repeat-x;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;

	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#99cc00 url("src/fondo.png") repeat-x;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #333333;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('src/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#99cc00;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		