﻿@charset 'UTF-8';

* {
	padding: 0px;
	margin: 0px;
}

body {
	color: #624c4c;
	background: #a4b1ba url(../entorno/background-body.jpg) repeat-x top center;
	font: 12px/1.3em verdana, tahoma, arial, sans-serif;
}

/*/////////////////////////////////
	DIVISIONES GENERALES
/////////////////////////////////*/


h2 { color: #c33; }
h3 { color: #069; }
h4 { color: #000; }
h5 { color: #06c; }

#navmenu a 		{ color: #fff; }
#navmenu a:hover	{ color: #ff0; }

div#page {	
	width: 740px;
	margin: 0 auto;
}

#logo {
	width: 302px;
	height: 67px;
	background: transparent url(../entorno/background-header-logo.jpg) no-repeat top left;	
	margin-bottom: 3px;
}

#logo span { display: none; }

div#header {
	width: 740px; 
	height: 202px;	
	background: transparent url(../entorno/background-header.jpg) no-repeat top left;
}

div#navmenu {
	width: 740px;
	height: 32px;	
	margin: 10px auto;
	background: transparent url(../entorno/background-navbar.jpg) no-repeat top left;
}


div#footer {
	width: 717px;
	height: 22px;
	margin: 0 auto;
	padding: 10px 10px 0px 15px;
	background: #ccc url(../entorno/background-footer.jpg) no-repeat -1px 0;
}

div#endpage {
	width: 740px;
	margin: 6px auto;
	text-align: right;
}

div#content {
	width: 740px;
	margin: 0 auto;
	min-height: 700px;
	background: #fff url(../entorno/background-content.jpg) no-repeat bottom right;
	padding-bottom: 2em;
}

/* for Internet Explorer */
/*\*/
* html div#content {
height: 700px;
}
/**/

div#sidebar {
	display: none;
	padding-top: 1em;
}

div#main {
	background: transparent url(../entorno/background-sidebar.jpg) no-repeat top left;
	padding-left: 10px;
}

#content.ms div#main,
#content.sm div#main {
	width: 550px;
}

#content.ms div#sidebar,
#content.sm div#sidebar {
	width: 170px;
	display: block;
}

#content.ms div#main,
#content.ms div#sidebar {
	float: left;
}

#content.sm div#main,
#content.sm div#sidebar {
	float: right;
}

div#sidebar img {
	text-align: center;
	margin: 0 auto;
}


/*////////////////////////////////////
		CABECERA
//////////////////////////////////*/

#header h1 span {
	display: none;
}


/*////////////////////////////////////
		MENU SUPERIOR
//////////////////////////////////*/

div#navmenu ul  {
	font: bold 1em verdana, sans-serif;
	color: #fff;
	list-style: none;
	width: 100%;
	text-align: center;
}

div#navmenu ul li {
	float: left;
	width: 122px;
	height: 32px;
	line-height: 32px;
}

div#navmenu ul li a {
	display: block;
	text-decoration: none;
}

div#navmenu ul li a:hover {
}	

/*////////////////////////////////////
		MENU LATERAL
//////////////////////////////////*/

#sidebar h2 {
	font: bold 1.1em arial, sans-serif;
	color: #fff;
	padding: 0.5em 0 1em 0;
	background: #fff url(../entorno/background-sidebar-header.jpg) no-repeat left top;
	text-align: center;
}

ul.listmenu {
	color: #666;
	font: bold .9em verdana, sans-serif;
	list-style: none;
	margin-left: 5px;
	margin-bottom: 3em;
}	

ul.listmenu li {
	background: transparent url(../entorno/line-dotted2.gif) no-repeat bottom left;
	padding: .4em 0 .4em 0;
}

ul.listmenu li a {
	color: #669;
	display: block;
	padding: 2px 0 2px 16px;
	background: #fff url(../entorno/bullet-arrow1.gif) no-repeat 1px 4px;
	text-decoration: none;
}	

ul.listmenu li a:hover {
	color: #36c;
	background: #fff url(../entorno/bullet-arrow1-over.gif) no-repeat 1px 4px;
}

ul.listbutton li{
	width: 154px;
	height: 53px;
	background: #fff url(../entorno/background-sidebar-button01.jpg) no-repeat left center;
	border: 1px solid #ccc;
	list-style: none;
	margin: 1em auto;
}

ul.listbutton a {
	display: block;
	width: 154px;
	height: 53px;	
	padding: 8px 1em;
	font: bold 1em trebuched MS, sans-serif; 
	text-decoration: none;
	color: #666;
}

ul.listbutton a:hover {
	color: #007;
}

/*////////////////////////////////////////
		MENU PIE DE PAGINA
////////////////////////////////////////*/

#footer ul {
	color: #624c4c;
	font: .9em verdana, sans-serif;
	list-style: none;
}	

#footer ul li.left	 {	float: left;	}
#footer ul li.right {	float: right;	}

#footer ul li a {
	color: #624c4c;
	text-decoration: none;
}	

#footer ul li a:hover {
	color: #36c;
}

#footer a img {
	text-decoration: none;
	border: none;
	vertical-align: middle;
}

/*////////////////////////////////////////
		FIN DE PAGINA
////////////////////////////////////////*/

#endpage {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;	
}

#endpage a {
	color: #369;
	text-decoration: none;
}

#endpage img {
	vertical-align: bottom;
}

#endpage a img {
	border: 0;
	text-decoration: none;
}

/*////////////////////////////////////
		TITULOS
/////////////////////////////////////*/

h2 { font: 2.2em arial, sans-serif; }
h3 { font: 1.4em tahoma, sans-serif; }
h4 { font: bold 1.2em verdana, sans-serif; }
h5 { font: bold 1em verdana, sans-serif; }

#main h2,
#main h3,
#main h3,
#main h4 {
	padding: 10px 10px 1em 15px;
}
#main h5 {
	padding: .2em 1.6em .3em 1.6em;
}

#main h2 {
	background: transparent url(../entorno/line-dotted.gif) no-repeat bottom left;
}

/*////////////////////////////////////
		PARRAFOS
/////////////////////////////////////*/

#main p {
	padding: 10px 20px 10px 20px;
	text-align: justify;
}

#main img {
	background: transparent url(../entorno/ajax-loader.gif) no-repeat 50% 50%;
}

/*////////////////////////////////////
		LISTADOS
/////////////////////////////////////*/

div#main ul {
	margin-left: 2em;
	list-style: none;
}

div#main ul li {
	list-style: none;
	padding-left: 1.5em;
	background: transparent url(../entorno/bullet-arrow2.gif) no-repeat 2px 0px;
	color: #43577f;
}

/*////////////////////////////////////
		TABLAS
//////////////////////////////////*/

#main table {
	width: 95%;
	margin: .3em auto;
	caption-side: bottom;
	font-size: .9em;
	background: #788e99;
	
}

#main table caption {
	font-style: italic;
	color: #000;
}

#main table thead tr {
	background: #003 url(../entorno/background-table-header.jpg) repeat-x top left;
	color: #fff;
}

#main table tbody tr.one {
	background: #fff;
}

#main table tbody tr.two {
	background: #ddd;
}

#main table tbody td {
	color: #069;
	padding: 3px 5px;
}


/*////////////////////////////////////
		VENTAJAS
/////////////////////////////////////*/

#main div.advantages {
	width: 95%;
	margin: 1em auto;
	border: 1px solid #999;
}

#main div.advantages strong  {
	color: #06c;
}


/*////////////////////////
	FORMULARIO
////////////////////////*/

div#formulario {
	width: 90%;
	margin: 0 auto;
}

div.row {
	clear: both;
	padding-top: .4em;
}

div.row span.label {
	float: left;
	width: 25%;
	height: 100%;
	padding-left: 1em;
	vertical-align: top;
	font-weight: bold;
}

div.row span.input img {
	border: 1px solid #666;
	background: #fefefe;
	padding: 4px;
	margin: 3px;
	vertical-align: top;
}

div.row span.input {
	width: 70%;
	float: right;
	text-align: left;
	display: block;
}


/*////////////////////////////////////
		MAPA FLASH
/////////////////////////////////////*/

#flashcontent {
	width: 466px;
	height: 390px;
}

#flashcontentgallery {
	width: 450px;
	height: 338px;
}

#flashcontent, #flashcontentgallery {
	margin: 0 auto;
	border: 1px solid #ccc;
	background: #fff;
}

/*////////////////////////////////////
		CLASES GENERICAS
/////////////////////////////////////*/

.break {
	clear: both;
}

.box {
	background: transparent url(../entorno/background-content-top.jpg) no-repeat top -1px;
	width: 100%;
	height: 20px;
}

.box:before {
	content: url(../entorno/background-content-top.jpg);
	margin: 0 0 -10px -1px;
	line-height: 0.1em;
	height: 20px;
}


.floatLeft	 { float: left; 	}
.floatCenter { display: block; text-align: center; margin: 0 auto; 	}

.textCenter	 { text-align: center !important;	}

.red { color: #f00; }

.mini 	{ width: 50px; }
.short 	{ width: 100px; }
.medium 	{ width: 200px; }

a.yellowbutton , a.redbutton {
	width: 190px;
	height: 34px;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: block;
	line-height: 1.4em;
	padding: 3px 0 0 .8em;
	float: left;
}

a.redbutton {
	background: transparent url(../entorno/redbutton.gif) no-repeat top left;
}
a.yellowbutton {
	background: transparent url(../entorno/yellowbutton.gif) no-repeat top left;
}

a.redbutton:hover, 
a.yellowbutton:hover {
	color: #ff0 !important;
}

.bluebutton {
	width: 155px;
	height: 34px;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	background: transparent url(../entorno/bluebutton.gif) no-repeat top left;
	border: none;
	text-align: left;
	padding: 0 0 3px 8px;
}


/*////////////////////////////////////
		SUBMENUS
/////////////////////////////////////*/

ul#submenu  {
	list-style: none;
}
ul#submenu li {
	background: none !important;
	float: left;
}

ul#submenu li a {
	display: block;
	width: 120px;
	text-align: center;
	text-decoration: none;
	padding: .3em 1em;
	color: #fff;
	background: #666;
	border: 1px solid #ccc;
	margin-left: -1em;
}

ul#submenu li a:hover {
	background: #900;
	color: #fff;
}

/*////////////////////////////////////
		CANALES
/////////////////////////////////////*/

div.canal {
	width: 130px;
	height: 145px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 1em; 
	margin: 1em;
	float: left;
}

div.canal:hover {
	color: #900;
}

div.canal a {
	text-decoration: none;
	color: #069;
	font-size: .9em;
}

div.canal a:hover {
	color: #900;
}

div.canal img {
	margin-bottom: 1em;
}

/*////////////////////////////////////
		GALERIAS
/////////////////////////////////////*/

div.galeria {
	width: 200px;
	height: 185px;
	text-align: center;
	padding: 1em; 
	margin: 1em;
	float: left;
}

div.galeria:hover {
	color: #900;
}

div.galeria a {
	text-decoration: none;
	color: #069;
	font-size: .9em;
}

div.galeria a:hover {
	color: #900;
}

div.galeria img {
	margin: 0 auto 1em auto;
}

div.galeria a img {
	border: none;
}


/*/////////////////////////////////
// 	MENSAJES INFORMATIVOS
///////////////////////////////////*/

div#message_info, div#message_advert, div#message_error {
	padding: 5px 0px 5px 30px;
	font-size: 1em;
	width: 80%;
	margin: 7px auto;
}

div#message_info span.title , div#message_advert span.title, div#message_error span.title {
	font-weight: bold;
	padding-left: 1.4em;
}


div#message_info {
	background: #fff url(entorno/icons/info.gif) no-repeat 1.4em center;
	border: 2px solid #090;
}

div#message_info span.title { 
	color: #090;
}

div#message_error {
	background: #fff url(entorno/icons/error.gif) no-repeat 1.4em center;
	border: 2px solid #f00;
}

div#message_error span.title { 
	color: #f00;
}

div#message_advert {
	background: #fff url(entorno/icons/advert.gif) no-repeat 1.4em center;
	border: 2px solid #c60;
}

div#message_advert span.title { 
	color: #c60;
}



#map {
	width: 475px; height: 475px;
	margin: 1em auto;
	border: 1px solid #333;
	background: #fff;
}

#map img { background: none; }