/* CSS Document */

body, html				{
						margin: 0;
						padding: 0;
						text-align: center;
						background-image: url(design/tpBackgroundPage.gif);
						background-repeat: repeat-y;
						background-position: center;
						font-family: Arial, Helvetica, Sans serif; 
						}
						
a						{
						color: #444444;
						text-decoration: none;
						}
						
a:hover					{
						color: #444444;
						text-decoration: underline;
						}
						
#container				{
						margin:0 auto;
						text-align:left;
						width:766px;
						}
						
#header					{
						position: relative;
						Top: 30px;
						left: 15px;
						width: 766px;
						height: 80px;
						background: url(design/tpBackgroundHeader.gif) no-repeat;
						}

#language				{
						position: relative;
						top: 10px;
						right: 55px;
						text-align: right;
						font-family: Arial, Helvetica, Sans serif; 
						font-size: 11px;
						font-weight: bold; 
						}
			
#topnavi				{
						position: relative;
						top: 9px;
						left: 526px;
						width: 227px;
						height: 21px;
						background: url(design/tpBackgroundTopnavi.gif) no-repeat;
						font-size: 11px; 
						font-weight: bold; 
						color: #4c4b4b; 
						text-decoration: none;						
						}
							
#topnavi a a:hover		{
						color: #4c4b4b;
						}
						
#foto					{
						float: left; 
						position: relative;
						top: 9px;
						left: 22px;
						width: 555px;
						height: 171px;
						background: url(design/tpBackgroundFoto.gif) no-repeat;
						}					

#separator				{
						margin-left: auto;
						margin-right: auto;
						text-align: center;
						} 
						
#title					{
						position: relative;
						top: 6px;
						left: 15px;
						width: 735px;
						height: 18px; 
						background-color: #b8b8b8; 
						margin: 0;
						padding: 0;
						}

#main					{
						position: relative;
						top: 20px;
						left: 15px;
						width: 735px;
						font-family: Tahoma, Sans serif;
						font-size: 11px;
						line-height: 14px;
						color: #737373;
						background-image: url(design/tp.gif);
						background-repeat: repeat-y;
						background-position: center;
						} 
						
#main ul				{
						list-style-type: none;
						padding: 0;
						margin: 0;
						}

#main li				{
						background-image: url(design/bulletFecha.gif);
						background-repeat: no-repeat;
						background-position: 0 .4em;
						padding-left: .8em;
						padding-bottom: 8px;
						}

#footer					{
						margin-left: auto;
						margin-right: auto;
						width: 735px;
						text-align: center;
						font-family: "Small Fonts";
						font-size: 8px;
						color: #737373;
						text-transform: uppercase;
						font-weight: normal;
						}
						
#footer a 				{
						color: #b383f3;
						text-decoration: none;
						}
						
#footer a:hover			{
						color: #b383f3;
						text-decoration: underline;
						}
					
.section				{
						float:left;
						width: 173px;
						height: 18px;
						background-color: #b383ed;
						color: #FFFFFF;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 12px;
						text-transform: uppercase;
						line-height: 18px;
						}
						
.subsection				{
						float: right;
						width: 562px;
						height: 18px;
						background-color: #b8b8b8; 
						font-family: Arial, Helvetica, sans-serif; 
						font-size: 12px;
						color: #FFFFFF;
						line-height: 18px;
						}
						
.navigation 			{
						float: left;
						position: relative;
						top: 9px;
						left: 15px;
						width: 176px;
						height: 171px;
						background: url(design/tpBackgroundNavigation.gif) no-repeat;
						text-align: right;
						font-size: 11px; 
						font-family: Tahoma, Sans serif;
						}
					
.navigation ul 			{
						list-style: none;
						padding: 0;
						margin: 0;
						}

.navigation ul ul		{
						display: none;
						border-bottom: none;
						}

.navigation li			{
						margin: 0;
						padding-left: 0;
						font-size: 14px;
						}

.navigation li a		{
						display: block;
						text-decoration: none;
						width: 100%;
						}

html>body .navigation li a
						{
						width: auto;
						}
						
.navigation li a:hover	{
						}
						
.morePress				{
						width: 54px;
						height: 11px;
						float: right;
						margin-top: 8px;
						text-align: right;
						}

.morePress a			{
						background-color: #979797;
						font-family: "Small Fonts";
						font-size: 8px;
						color: #FFFFFF;
						text-transform: uppercase;
						text-decoration: none;
						padding: 2px 4px 2px 3px;
						}
						
.morePress a:hover		{
						background-color: #b383ed;
						}

img.map					{
						float: left;
						border: 0;
						}
img.photo
						{
						border: 0;
						}

/* Formulario de Contacto */
						
.form					{
						margin-left: auto;
						margin-right: auto;
						}
.form_td				{
						text-transform: uppercase; 
						text-decoration: none; 
						padding:2px 4px 2px 3px;
						}
.alert					{
						
						}
						
.boton					{
						font-family: Tahoma, Sans serif;
						font-size: 11px;
						}

.asterisco 				{ 
						border:1px solid blue; 
						}
