body {
	margin:0;
	padding:0;
	font-family:Arial;
 line-height:14px;
 font-variant:normal;
 color: #6a6761;
 font-size: 12px;
	background:url(bg.png) repeat fixed;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}




#home {
	width:650px; 
	height: 700px;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -350px;    
    margin-left: -325px;
 
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	margin-top: 5px; 
	height: 130px;
	
	width:165px;
	position: fixed;
	top: 10px;
	left: 5px; 

}

ul {
	
    list-style:none; /* Eliminamos los bullets */
    
	margin-top:0px; /* Quitamos los margenes */
	margin-left:0px;
    padding:0px; /* Quitamos el padding */
}


ul li {
	padding:2px 1px 2px 1px;
		color:#6a6761;
		font-size:11px;
		text-align:right;
		font-variant:normal;
		line-height:12px;
		font-family:Verdana;
		margin-top: 1px;
		background:white;
		outline:0;
}

ul li:hover {
border-bottom: 1px #CCCCCC dotted;
}

li:visited {
border-bottom: 1px #CCCCCC dotted;
}

ul li a{
	text-decoration:none;
    color:#6a6761;
	font-size:12px;
}

ul li a:hover{

	color:#EA663B;
}

ul li a:visited{
   text-decoration:none;
    color:#040404;
}


#content { 
	float: left;
	font-size: 1.1em; 
}

#content h4 {font-size: 1.2em;}



#rightsider {
	margin: 0; 
	float: left;
	background: transparent  url(../fondo/05.gif) no-repeat;
	height: 768px;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}

#firstizq{

height: 320px;
	width:165px;
	margin-top:360px;
	text-align:left;
	float:left;
	margin-left:5px;
}

#firstder{

height: 600px;
	width:730px;
	text-align:left;
	float:right;
	
}

#firstizq01{

height: 320px;
	width:165px;
	margin-top:120px;
	text-align:left;
	float:left;
	margin-left:5px;
	margin-right:20px;
}

#menu01{

height: 120px;
	width:175px;
	margin-top:385px;
	text-align:left;
	float:left;
	margin-left:5px;
}

#logo{

height: 120px;
	width:145px;
	margin-top:225px;
	padding-left:0px;
	text-align:left;
	float:left;
	margin-left:5px;
}

