body 	{
	font-size: 100%;
	background: #fff;
	font-family: times new roman, serif;
	}

/** Estructura General **/

#recipiente 	{
		margin: 0 auto 0 auto;
		width: 100%;
		background: #fff;  
		text-align: left;
		}

#titulo	{
	left: -5px;
	}
	
#burbuja	{
		display:none;
		}
	
#idiomas	{
		display:none;
		}

.contenido	{
		position:absolute;
		width: 405px;
		top: 0;
		right: 0;
		margin: 0;
		padding: 5px;
		background: #fff; 
		border: 0;
		}

.contenido h2	{
		font-size:130%;
		}

#navigacion	{
		display:none;
		}

#pie		{
		}

/** Otros Enlaces **/

a	{
	text-decoration: none;
	}
	
a:link 	{
	color: #c00;
	border-bottom: dotted 1px #c00;
	}
	
a:visited	{
		color: #600;
		border-bottom: dotted 1px #600;
		}
		
a:hover	{
	color: #600;
	border-bottom: solid 1px #600;
	}
	
li a:link 	{
		color: #c00;
		border-bottom: solid 1px #c00;
		}
	
li a:visited	{
		color: #600;
		border-bottom: solid 1px #600;
		}
		
li a:hover	{
		color: #600;
		border-bottom: solid 0px #600;
		}
		
a.img, a.img:link, a.img:visited, a.img:hover	{
	border: 0;
	border-bottom: solid 0px;
	}

/** parafos **/

p.caption	{
		margin: 4px 0 0 2px;
		padding: 4px ;
		font-style: italic;
		text-align: left;
		font-size: 0.9em;
		color: #666;
		border-left: dotted 1px #666;
		}

/** Imagenes **/
		
#imgAlLado1	{
		top:15px;
		}
		
#imgAlLado2	{
		top:15px;
		}		
		
#imgAlLado3	{
		top:140px;
		}		

#imgAlLado4	{
		top:140px;
		}