@charset "utf-8";
/* CSS Document */
*	{
	margin:0px;
	padding:0px;
	font-family:Arial;
	}
body{
	background-image:url('images/fondo.png');
	*background: none; /* Eliminamos el fondo cargado por el CSS general */
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="images/fondo.png",
	sizingMethod="crop");/*Añadimos la imagen de fondo por medio de un filtro*//*image, scale, fixed*/ 
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#e9e9e9;
	}
img	{
	border:0px;
	}	
DIV#contenedor	{
	width:1060px;
/*	border:1px solid #000;*/
	overflow:hidden;
	}
DIV#cabecera	{
	overflow:hidden;
	width:1055px;
	/*border:1px solid #000;*/
	*zoom:1;
	}
IMG#menu	{
	overflow:hidden;
	margin-top:-35px;
	/*border:1px solid #000;*/
	/*float:left;	*/
	left:0px;
	margin-left:115px;
	position:absolute;
	}
DIV#contenido{
	width:570px;
	margin-right:50px;
	*margin-right:25px;
	margin-left:60px;
	margin-top:-35px;
	float:right;
	overflow:hidden;
	font-size:13px;
	}
DIV#contenido h1{
	font-size:36px;
	color:#d2ca5f;
	margin-bottom:20px;
	}
DIV#contenido p{
	line-height:16px;
	font-size:13px;
	margin-bottom:20px;
	font-family:Arial;
	text-align:justify;
	}
DIV#contenido p a{
	color:#00f;
	margin-left:6px;
	margin-right:6px;
	}
DIV#contenido ul{
	margin-top:10px;
	padding-left:40px;
	}
DIV#contenido li{
	list-style:none;
	}
DIV#contenido ul p a{
	text-decoration:none;
	color:#000;
	}	
DIV#contenido ul p a:hover{
	text-decoration:underline;
	}
/*efecto slider*/	
DIV#contenido UL#menudesplegable li ul li p{
	font-size:13px;
	margin-bottom:10px;
	margin-top:10px;
	}
DIV#contenido UL#menudesplegable li a{
	text-decoration:none;
	color:#000;
	cursor:pointer;
	margin-right:5px;
	}
DIV#contenido UL#menudesplegable li ul {
	margin:0px;
	}
/*fin de efecto*/

DIV#contenido IMG#menuhecho { 
	position:absolute;
	margin-top:60px;
	}
/*formulario*/	
DIV#formulario{
	border-right:2px solid #d1d1d1;
	padding-bottom:30px;
	margin-bottom:10px;
	padding-right:10px;
	margin-top:80px;
	float:left;
	}
DIV#formulario TABLE th{
	text-align:left;
	color:#a2a2a2;
	font-size:13px;
	}
DIV#formulario TABLE th span{
	font-size:9px;
	}
DIV#formulario TABLE input,textarea{
	background:none;
	border:none;
	border:1px solid #cdcdcd;
	height:20px;
	width:200px;
	}
DIV#formulario TABLE textarea{
	overflow:auto;
	}
/*fin formulario*/
/*multimedia*/
DIV#multimedia{
	margin-top:70px;
	text-align:center;
	}
DIV#multimedia object{
	margin-top:50px;
	}
/*fin multimedia*/
DIV#info {
	position:absolute;
	margin-left:360px;
	*margin-left:17px;
	margin-top:75px;
	}
DIV#info a{
	text-decoration:none;
	font-size:22px;
	font-weight:normal;
	color:#000;
	}
DIV#info a {
	margin-right:20px;
	}
DIV#info strong span{
	font-size:14px;
	}
DIV#info strong {
	font-size:19px;
	}
DIV#info TABLE#contactos  {
	display:block;
	width:316px;
	height:177px;
	background:url('images/mensajeria.png') no-repeat;
	*margin-top:5px;
	}
DIV#info TABLE#contactos  td {
	vertical-align:top;
	}
DIV#info TABLE#contactos  h1 {
	font-size:16px;
	padding-top:3px;
	margin-left:10px;
	color:#565656;
	margin-bottom:0px;
	}
DIV#info TABLE#contactos  strong span {
	font-size:9px;
	margin-left:10px;
	color:#565656;
	padding-bottom:4px;
	*padding-bottom:0px;
	display:block;
	}
DIV#info TABLE#contactos  td a{
	float:left;
	font-size:12px;
	color:#7a7a7a;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:15px;
	*margin-top:10px;
	*margin-bottom:10px;
	margin-left:120px;
	}
DIV#info TABLE#contactos  td a:hover{
	text-decoration:underline;
	}
DIV#enlaces{
	background-image:url('images/grama.png');
	background-repeat:repeat-x;
	height:153px;
	}
DIV#enlaces a {
	padding-top:50px;
	margin-left:30px;
	display:inline-block;
	}
DIV#pie {
	background-image:url('images/franjafinal.png');
	font-family:Arial;
	padding-left:10px;
	}
DIV#pie p{
	color:#fff;
	font-size:11px;
	padding:6px;
	}
DIV#pie a{
	font-size:11px;
	margin-left:5px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
DIV#pie a:hover{
	text-decoration:underline;
	}
/*CLASES*/
.imgvarias{
	text-align:left;
	margin-left:20px;
	margin-top:90px;
	}
	
/* others */
.header, .expanded {
	padding-left:20px;
	background-image:url(images/expand.png);
	background-position:left;
	background-repeat:no-repeat;
	}
.expanded  {
	color:#000;
	font-weight:bold;
	background-image:url(images/collapse.png);
	background-position:-1px 0px;
	background-repeat:no-repeat;
	}
.expanded  span{
	color:#8e8e8e;
	font-size:12px;
	}
.action {
	font-size:14px
	}