/* CSS Document */

*	{
	margin:0;
	padding:0;	
	border:none;
}

a	{
	outline:none;
}

#container{
	width:880px;
	height:auto;
	margin:0 auto;
	margin-top:30px;

}

#columna_izq{
	width:165px;
	float:left;
}

#columna_der{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	
	width:665px;
	float:right;
	margin-top:90px;
}

#columna_der p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	padding-bottom:1em;
	line-height:1.4em;
}

#logo{
	background-image:url(img/logo.jpg);
	width:165px;
	height:125px;
	background-repeat:no-repeat;
	margin-bottom:193px;
}

#botonera{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666;
	margin-left:20px;
}

#botonera a{
	color:#666;
	text-decoration:none;
	line-height:1.8em;
}


#botonera a:hover{
	color:#963;
	text-decoration:none;
}

.punteado{
	width:100%;
	height:1px;
	border-bottom:1px #CCC dashed;
	
}

.punteado_marron{
	width:100%;
	height:1px;
	border-bottom:1px #963 dashed;
	
}

h1{
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#963;
	padding:0;
	margin:0;
}

.marron{
	color:#963;
	font-size:11px;
}

.align_derecha {
	text-align: right;
	margin-right:10px;
}


.prevSlide{
/*		background-color:#F00;
*/	
}

.nextSlide{
/*		background-color:#F00;
*/}

.slideCaption{
	background-color:#CCC;
	z-index:100;	
}

#boxed{
	height:500px;
	width:600px;
	margin-left:30px;	
}

#cargando{
	background-image:url(img/ajax-loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:410px;
	width:auto;
	
}

.puente a{
	color:#CCC;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.puente a:hover{
	color:#963;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}