
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	text-transform: lowercase;
	color: #666666;
line-height:160%;

}

#content {
margin-left:190px;
box-shadow: 0.5em 0.1em 1em 1em #d1d1d1;
padding-left:55px;
padding-top:42px;
padding-bottom:20px;
line-height:380%;
}


#container {
	
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 {font-size: 1.2em;
}
h4 { font-size: 1em;}

a:link {
	text-decoration: none;
	color: #000000;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}

a img { border: none; }

#logo {
position:fixed;
left:50px;
top:30px;
background-image: url(imagenes/logo.jpg);
background-repeat:no-repeat;
height:105px;
width:90px;
}

#logo a{
position:fixed;
left:50px;
top:30px;
background-image: url(imagenes/logo.jpg);
background-repeat:no-repeat;
height:105px;
width:90px;
}

#logo a:hover{
background-image: url(imagenes/logo2.jpg);
}
.title{
margin-top:105px;
position:fixed;
}

#menu {

float:left;
position:fixed;
top:170px;
left:50px;

}

#menu li {
line-height:160%;
list-style: none;	
}

#menu ul {
}

#submenu {

float:left;
padding-left:10px;
font-size:0.9em;

}

#submenu li {
line-height:160%;
list-style: none;
color: #fff;	
}

#submenu ul a{
color: #777;
}
iframe {
margin-top:8px;
margin-bottom:550px;

}


