/* CSS Document */

body{
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img{
	border: none;
}

h1{
	margin:0;
	display:none;	
}
h2{
	font-size:0.8em;
	font-weight: bold;
	text-transform: uppercase;
}
h3{
	font-size:0.8em;
	font-weight: bold;
	color:#F68028;
}
h4{
	font-size:0.9em;
}
#general{
	width: 100%;
	margin: 0;
	padding: 0;
}
#cabecera{
	width: 760px;
	height: 100px;
	margin: auto;
	border-bottom: 1px dotted #F68028;
}

#contenedor{
	width: 760px;
	margin: auto;
	padding-top: 10px;
}

#contenido{
	width: 560px;
	float: right;
	/*text-align: right;*/
	text-align:justify;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#contenido #imagengrande{
	width: 70%;
	float: left;

}
#contenido #imagengrande p{
	font-size: 0.6em;
}
#contenido #galeria{
	width: 28%;
	float: right;

}
#contenido #galeria img{
	float: left;
	border:2px solid #F68028;
	margin-right: 5px;
	margin-bottom: 5px;
}
#contenido #presentacion{
	width:60%;
	float: left;
}
#contenido #imagenespresentacion{
	float: right;
	width: 35%;
	margin-top:10px;
}
#contenido #imagenespresentacion img{
	margin:auto;
	border: 2px solid #F68028;
	margin-bottom: 5px;
}
#contenido.carta{
	background-image:url(imagenes/lacarta.gif);
	background-repeat: repeat-y;
}
#contenido p{
	font-size: 0.73em;
	line-height: 1.3em;
}
/*#contenido ul{
	width: 100%;
}*/
#contenido li{
	list-style-type:square;
	font-size: 0.8em;
}
#contenido table{
	width: 90%;
	margin: auto;;
}
#contenido td{
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-bottom-color:#FFCC99;
	font-size: 0.8em;
	line-height: 1.8em;
}
#contenido #imagengrande img{
	border:2px solid #F68028;
}
#contenido a{
	text-decoration:none;
	color:#F68020;
}
#contenido a:hover{
	text-decoration:underline;
	color:#F68020;
}
#contenido a:visited{
	text-decoration:underline;
	color:#F68020;
}
#menu{
	width: 180px;
	float: left;
	margin-left: 0;
}

#contenedor #menu ul{
	margin:0;
	padding:0;
}
#contenedor #menu li{
	list-style: none;
	padding: 5px;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-style: solid;
	border-color: #F68028;
	/*background-color:#CCCCCC;*/
	font-size: 0.8em;
	font-weight: bold;
	text-decoration:none;
	color:#F68028;
}
#contenedor #menu li.actual{
	background-color:#FFCC99;
}

#contenedor #menu li a:link{
	/*font-size: 0.8em;*/
	font-weight: bold;
	text-decoration:none;
	color:#F68028;
}

#contenedor #menu li a:hover{
	/*font-size: 0.8em;*/
	color:#000000;
}

#contenedor #menu li a:visited{
	/*font-size: 0.8em;*/
	font-weight: bold;
	text-decoration:none;
	color:#A4A4A4;
}

#contenedor #menu li a:active{
	/*font-size: 0.8em;*/
	text-decoration:none;
	color:#000000;
}
#contenedor #menu li ul{
	width: 98%;
	padding:0;
}
#contenedor #menu li ul li{
	background-color:#FFFFFF;
	color:#000000;
}
#pie{
	width: 760px;
	margin: auto;
	border-top: 1px dotted #F68028;
	padding-top:10px;
}

#pie p{
	font-size: 0.7em;
	text-align: center;
}

.naranja{
	color:#F68028;
}
.flotado{
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.javascript{
	color:#F68028;
	font-size: 0.7em;
	text-align: right;
	float:right;
	width: 500px;
}
