/* CSS Document */

	body, html{
		border:0;
		margin:0;
		height:100%;
		width:100%;
		background:url(../images/index_fondo.jpg) top repeat-x #e9b900;
		}
	p{
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:0.8em;
		padding:0 20px;
		}
	div#contenido ul{
		font-family:Arial, Helvetica, sans-serif;
		color:#333333;
		font-size:0.8em;
		margin-top:0;
		padding-top:0;
		}
	iframe{
		border:2px solid #e9b900;
		}
		
		
		
		
	div#contenedor_up
		{
		width:769px;
		margin:20px auto 0 auto;
		background:#e9b900;
		height:10px;
		}
	div#contenedor{
		width:749px;
		overflow:hidden;
		margin:0 auto;
		border:10px solid #062b6e;
		border-bottom:none;
		background:#FFFFFF;
		}
	div#contenedor_down{
		width:769px;
		margin:0 auto;
		background:url(../images/contenido_down.jpg) top center no-repeat;
		height:85px;
		}
		
		
	div#contenedor div#cabecera{
		background:url(../images/cabecera_fondo.gif) top center no-repeat;
		height:120px;
		width:749px;
		}
		div#cabecera ul{
			margin:0;
			padding:0;
			list-style:none;
			position:relative;
			top:102px;
			left:445px;
			color:#e9b900;
			}
		div#contenedor_down ul{
			margin:0;
			padding:0;
			list-style:none;
			position:relative;
			top:20px;
			left:400px;
			color:#e9b900;
			width:355px;
			}
			div#cabecera ul li, div#contenedor_down ul li{
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:0.7em;
				font-weight:bold;
				}			
				div#cabecera ul li a:hover, div#contenedor_down ul li a:hover{
					color:#e9b900;
					}
				div#cabecera ul li a, div#contenedor_down ul li a{
					color:#062b6e;
					text-decoration:none;
					}
				div#contenedor_down ul li a{
					margin:0 8px;
					}
					
					
	div#contenedor div#menu{
		width:150px;
		height:486px;
		position:relative;
		top:-40px;
		left:30px;
		float:left;
		}
		
		
		
		
	div#contenedor div#contenido{
		float:right;
		overflow:hidden;
		width:517px;
		margin-right:20px;
		margin-top:20px;
		}
		
	table.fotografias{
		width:98%;
		border:0;
		margin:0 auto;
		}
		table.fotografias td{
			vertical-align:top;
			text-align:left;
			padding:2px;
			width:16%;
			}
			table.fotografias td a:hover{
				color:#e9b900;
				}
			table.fotografias td a{
				color:#999999;
				font-family:Arial, Helvetica, sans-serif;
				font-size:0.75em;
				text-decoration:none;
				}
				table.fotografias td a img:hover{
					border:1px solid #062b6e;			
					filter: alpha(opacity=100);
					opacity: 1;
					}
				table.fotografias td a img{
					border:1px solid #e9b900;
					filter: alpha(opacity=90);
					opacity: 0.9;
					width:75px;
					height:50px;
					}
			
	p.bordeama{
		border-bottom: 1px dotted #e9b900;
		padding-left:0;
		width:95%;
		margin:10px auto 10px auto;
		}
		