
/* Elements
****************************************************************/
html {
	height: 100%;
}

body	{
	margin:			0px;
	padding:		0px;
	font:			78%/1.6 Verdana, sans-serif;
	color:			#333;
	background-color:	#A7A7A7;
	}

	
a{
	color:			#333;
	text-decoration:	none;
	}

a:hover{
	color:			#354664;
	text-decoration:	underline;
	}

a.azul	{
	color:			#354664;
	text-decoration:	none;
	}
a.azul:hover {
	color:			#354664;
	text-decoration:	underline;
	}
	
p	{
	margin:			0 0 10px 0;
	letter-spacing: 0.05em;
	line-height: 18px;
	}

p.corto	{
	margin:			0 0 10px 0;
	}
p.titulo	{
	font:			110%/1.4 Verdana, sans-serif;
	margin:			0 0 5px 0;
	}
p.directorio {
	color: #666666;
	font-size: 11px;
	margin:			0em 0 0.2em 0;
}

h1	{
	font-family:		Georgia, sans-serif;
	font-weight:		normal;
	font-size:		200%;
	line-height: 	120%;
	margin:			0 0 10px 0;
	}
h2	{
	font-family:		Verdana,, sans-serif;
	font-weight:		bold;
	letter-spacing: 0.02em;
	font-size:		110%;
	margin : 0;
	}
h3	{
	margin-top: 2px;
	margin-bottom: 2px;
	font-family:		Verdana, sans-serif;
	font-weight:		bold;
	color: #333;
	font-size:		110%;
	line-height: 200%;
	}
table {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	font-size:11px;
	letter-spacing: 0.01em;
		}
td{
	padding: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0px;
	border-top: 1px dotted #aaaaaa;
	border-bottom: 1px dotted #aaaaaa;
}

 INPUT.text
{
  font-family: Verdana, Arial, Helvetica, sans-serif; color: #3E3E3E; font-size: 11px; 
  background-color: White;
  border : 1px solid;
  border-color: #333333;
  width: 200px;
}
 INPUT.boto
{
  font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-size: 7pt; 
  background-color: #333333;
  border : 0px solid;
  border-color: #ffffff;
  text-align: center;
  font-size: 12px;
}
TEXTAREA
{
  font-family: Verdana, Arial, Helvetica, sans-serif; color: #3E3E3E; font-size:11px; 
  background-color: White;
  SCROLLBAR-FACE-COLOR: #333333;
  SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
  SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
  SCROLLBAR-3DLIGHT-COLOR: #333333; 
  SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
  SCROLLBAR-TRACK-COLOR: #EEEEEE;   
  SCROLLBAR-DARKSHADOW-COLOR: #333333; 
  border : 1px solid;
  border-color: #333333;
  width: 350px;
}

/* Structure
****************************************************************/

/* Se establece las esquinas*/
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop{
	width: 100%;
	height: 10px;
}

#siteWrap {
	margin:			1% auto;
	background-color:	#ffffff;
	width:			787px;
}
	

#siteWrap2 {
	padding:		20px;
	margin-top: -10px;
}

#header {
	height:			70px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

#header #logo {
	float:	left;
}
	
#lengua {
	color: #CCCCCC;
	font-size: 11px;
	float: right;
	margin-top: 41px;
	
}	
	
#content-left {
	width: 360px;
	float: left;
	padding-right: 10px;
	margin-bottom: 5px;
	background-color:	#ffffff;
}
	
#content-left ul {
	/*border-top: 1px dotted  #AAAAAA;*/
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 40px;
}

#content-left li {
	margin:	0px;
	margin-bottom: 4px;
	padding: 0px;
	/*border-bottom: 1px dotted  #AAAAAA;*/
	letter-spacing: 0.1em;
	line-height: 20px;
	}
	
#content-right {
	margin: 0px;
	padding: 0px;
	width: 358px;
	float: right;
	height: 1%;
	}
	
#boton_seccion {
	margin-bottom:	9px;
	}

#content-down {
	clear: both;
	padding: 0px;
	margin-bottom: 20px;
	}

#footer {
	clear: both;
	font: 85% Verdana, sans-serif;
	color: #333;
	padding: 2px;
	background-color:	#fff;
	border-top: 1px solid #CCCCCC;
	margin-top: 10px;
	}
	
.menu_pie {
	margin:	6px 0px;
	color: #476B8D;
	text-align: left;	
	}

#footer ul {
	display:		inline;
	margin:			0;
	padding:		0;
	list-style:		none;
	}

#footer li {
	display:		inline;
	padding:		0;
	}
	