/*
  2009/01/22
  Bigkrunch
  Autor: Roberto Herrero
  http://www.indomita.org
  Copyright (c) 2008 Roberto Herrero
  Contacto: indomita@indomita.org

*/

/*-----------------------------------------------------------------------------------------------*/
/*                                  GENERAL							                             */
/*-----------------------------------------------------------------------------------------------*/

body{
	background: #D3EAF3 url('images/fondo.png') repeat-x;
	text-align:center;
	font: 12px "Arial";
}

#contenedor{
	margin: 30px auto;
	width: 600px;
}

#contenido{
	text-align:left;
}

#cab{
}

#cuerpo{
	width: 587px;
}

#mostrar{
	padding: 20px;
	padding-right: 25px;
	text-align: justify;
	min-height: 400px;
}

#mitexto{
	background: white;
	min-height: 400px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	padding-right: 25px;
}

#pie{
}

a{
	border: 1px dashed white;
	color: #118DDC;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 10px;
	padding: 3px;
}

a:hover {
	color: #FFA405;
	text-decoration: underline;
	background: white;
}

h1{
	font: 22px "Hobo Std", "Arial";
	color: #81C4EE;
}

h3{
	font: 14px "Hobo Std", "Arial";
	display:inline;
}

#titulo a{
	border:0;background: none;
}

#seccion{
	text-align: center;
}
#seccion a{
	background: #CCE4F4;
	font: 22px "Hobo Std", "Arial";
	color: white;
	padding: 10px;
	margin-right: 10px;
}
#seccion a:hover {
	color: #FFA405;
	text-decoration: underline;
	background: white;
}

.tcenter{
	text-align: center;
}

.fright{
	float:right;
}

.clear{
	clear:both;
}

.nscreen{
	padding: 5px;
	border: 1px dashed #4AAEED;
	cursor:pointer;
}

#c_info{
	cursor:pointer;
	text-align:right;
}

#info{
	background: white;
	position: fixed;
	visibility: hidden;
	width: 500px;
	border: 2px dashed  #4AAEED;
	padding: 10px;
	z-index: 100;
}

.tpeque{
	font: 10px "Arial";
}

.muestra_photos{
	border: 1px dashed #4AAEED;
	padding: 5px;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 36px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 9999;
	font-weight: bold;
	color: #0F78BB;

}
.utip{	background: transparent url('images/tipTop.png') no-repeat top;	}
.dtip{	background: transparent url('images/atipBtm.png') no-repeat top;}
	
.tipMid {background: transparent url('images/tipMid.png') repeat-y; padding: 0px 25px 10px 25px;}

.tipBtm {height: 36px;}
.utipBtm {background: transparent url('images/tipBtm.png') no-repeat bottom; }
.dtipBtm {background: transparent url('images/atipTop.png') no-repeat bottom;	}

/*-----------------------------------------------------------------------------------------------*/
