/* DIVS */

#top00			{	position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					z-index: 200; }

.top01			{	background-image: url('../imgs/top.gif'); 
					height: 18px; }

#top02			{	position: absolute;
					top: 13px;
					left: 0px;
					width: 100%;
					z-index: 100; }


/* SOMBRAS */

.smb01			{	background-image: url('../imgs/sombra/down.gif');
					height: 6px; }

.smb02			{	background-image: url('../imgs/sombra/izq.gif');
					width: 6px; }

.smb03			{	background-image: url('../imgs/sombra/der.gif');
					width: 6px; }


/* BACKGROUND */

.bg01			{	background: url('../imgs/degradee.gif') #367488 fixed repeat-x left bottom; }


/* TEXTO */

.txt01			{	font-family: Tahoma, Arial, Sans-serif, Helvetica;
					font-size: 12px; 
					color: #B1D0DA; 
					line-height: 14px;
					text-decoration:none;}

.txt01:hover	{	color: #EDA700; }


.txt02			{	font-family: Tahoma, Arial, Sans-serif, Helvetica;
					font-size: 11px; 
					color: #B1D0DA; 
					line-height: 12px;
					text-decoration:none; }

.txt02:hover	{	color: #EDA700; }

.txt03			{	font-family: Tahoma, Arial, Sans-serif, Helvetica;
					font-size: 12px; 
					color: #EDA700; 
					line-height: 14px;
					text-decoration:none; }

.txt03:hover	{	text-decoration: underline; }

.txt04			{	font-family: Tahoma, Arial, Sans-serif, Helvetica;
					font-size: 13px; 
					color: #EDA700; 
					line-height: 14px;
					text-decoration:none; }

.txt04:hover	{	text-decoration: underline; }



.txt05			{	font-family: Tahoma, Arial, Sans-serif, Helvetica;
					font-size: 11px; 
					color: #FFAA46; 
					line-height: 12px;
					text-decoration:none; }


/* PUNTOS */

.pt1			{	font-family: Arial, Tahoma, Verdana;
					font-size: 12px;
					color: #0E3644;
					line-height:1px;}

.pt2			{	font-family: Arial, Tahoma, Verdana;
					font-size: 12px;
					color: #B1D0DA;
					line-height:1px;}


/* BORDES */

.br1			{	border-color: #B1D0DA;
					border-width: 1px;
					border-style: solid; }

.foto			{	float: left;
					margin: 0 10px 10px 0 }

.foto2			{	float: right;
					margin: 0 10px 10px 0 }
/* CAJAS */

.c1a			{	position: relative;
					margin-left: 1px;
					width: 440px;	
					height: 1px;
					font-size: 1px;
					line-height: 1px;
					border-bottom-width: 1px;
					border-bottom-style: solid;
					border-bottom-color: #000000;}


.c1b			{	border-right-width: 1px;
					border-right-style: solid;
					border-right-color: #000000;
					border-left-width: 1px;
					border-left-style: solid;
					border-left-color: #000000;
					background-color: #4A889C;
					padding: 10px 10px 10px 10px; }


.c1c			{	position: relative;
					margin-left: 1px;
					width: 440px;	
					height: 1px;
					font-size: 1px;
					line-height: 1px;
					border-top-width: 1px;
					border-top-style: solid;
					border-top-color: #000000;}


/* FORMULARIO */

.box			  {	color: #000000; 
					font-family: Tahoma, Arial, Sans-serif, Verdana; 
					font-size: 12px; 
					background: #4A889C;
					border: 1px solid #000000;
					width: 290px;
					height: 20px; }

.texta			{	color: #000000; 
					font-family: Tahoma, Arial, Sans-serif, Verdana; 
					font-size: 12px; 
					background: #4A889C;
					border: 1px solid #000000;
					width: 290px;
					height: 150px;
					scrollbar-face-color: #386675;
					scrollbar-shadow-color: #25444E;
					scrollbar-highlight-color: #4A889C;
					scrollbar-3dlight-color: #386675;
					scrollbar-darkshadow-color: #000000;
					scrollbar-track-color: #377589;
					scrollbar-arrow-color: #000000; }

/* BOTON */

.boton			{	color: #f0f0f0;
					font-family: Tahoma, Arial, Sans-serif, Verdana; 
					font-size: 10px; 
					text-transform: uppercase; 
					padding: 3px;
					background: #f00;
					border: 1px solid #ccc;
					text-decoration:none; }

