		body{
			font-family: 'PT Sans Caption', sans-serif;	
			color:#000;
			background-color:#FFF;
		}
		a.menu{ font-family: 'Lobster', cursive;
			font-size:12pt;
			text-decoration:none;
			outline: none;
			color:#fff;
			}
		a.menu:hover{
			font-family: 'Lobster', cursive;
			color: #006;
			}
		a.content{ font-size:12pt;
			outline: none;
			color:#FFF;
			border:none;
			}
		a.content:hover{
			font-size:12pt;
			color: #F90;
			}
		a.contentgrande{
			font-family: 'Lobster', cursive;
			font-size:20pt;
			outline: none;
			color: #036;
			border:none;
			}
		a.contentgrande:hover{
			font-size:20pt;
			color: #039;
			}
		#lobster1{
			font-family: 'Lobster', cursive;
			color: #666;
			height:40px; width:100%;font-size:24pt;
		}
		#lobster2{
			font-family: 'Lobster', cursive;
			color:#036;
			font-size:20px
		}
		table{font-size:12px;}
		#titulo{ position:absolute;
			top:0px;left:0px;	
			width:100%; height:125px;
			background-image:url(../img/blancotrans.png);
			}
		#t_titulo{ width:100%;}
		#menu{ position:absolute;
			top:125px;
			left:0;
			background-color: #F00;
			width:100%;
			height: auto;
			text-align: center;
			z-index:1;
			}
		#t_menu{ width:100%;}
		#titulo_content{
			position: relative;
			top:175px;
			background-color: #FFF;
			height:40px;
			width:900px;
			}
		#t_tit_content{
			font-family: 'Lobster', cursive;
			color: #036;
			height:40px;
			width:100%;
			font-size:14pt;
			}
		#content{
			position: relative;
			top:175px;
			background-image:url(../img/blancotrans.png);
			width:900px;
			text-align:left;
			z-index:0;
			}
		#creditos{
			position:relative;
			top:80px;
			width:900px;
			height:40px;
			text-align: right;
			font-size:12px;
			color:#000;
			}
		#sellos{ position:relative;
			z-index:2;
			top:35px;
			width:900px; height:30px; text-align: left;
			font-size:10px;
			}
/*Menu desplegable*/
		ul, ol {
			list-style:none;
			}
		.nav > li {
			float: left; /*alineado del primer li*/
			}
		.nav li a {
			text-decoration:none;
			display:block;
			background-color:#F00;
			}
		/*.nav li a:hover {
			background-color:#434343;
			}*/
		a.submenu{ font-family: 'Lobster', cursive;
			font-size:12pt;
			text-decoration:none;
			outline: none;
			color: #fff;
			padding:5px 7px;
			}
		a.submenu:hover{
			font-family: 'Lobster', cursive;
			color: #fff;
			background-color:#900;
			}
		.nav li ul {
			display:none;
			position: absolute;
			min-width:140px;
			}
		.nav li:hover > ul {
			display:block;
			}
		.nav li ul li {
			position:relative;
			}
		.nav li ul li ul {
			right:-140px;
			top:0px;
			}	