/*-----------------------------------------------------------*/
/*   Author:   LaVueltaMaster                                */
/*   Date:     04-12-2007                                    */
/*-----------------------------------------------------------*/


/************/
/*  GLOBAL  */
/************/

/* QUITADO
*{
	padding:0; 
	margin:0;
}
*/

body {
	font-size:62.5%; 
	background-color:rgb(255,255,255); 
	font-family:verdana,arial,sans-serif;
} 


.page-container {
	width:900px; 
	margin:0px auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:solid 1px rgb(150,150,150); 
	font-size:1.0em;

}

/*
	Clase General
*/
.main {
	clear:both; 
	width:890px; 
	padding-bottom:30px; 
	padding-left:5px; 
	padding-right:5px; 
	background:transparent url(VE/bg_main_withoutnav.jpg) top left  repeat-y;
}



.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:200px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
.main-content1 {display:inline; /*Fix IE floating margin bug*/; float:left; width:440px; margin:0 0 0 30px; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

/*
	Contenido Principal
*/
.main-content {
	display:inline; /*Fix IE floating margin bug*/; 
/*	float:left; */
	width:880px; 
	margin:0 0 0 10px; 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
	text-align:justify;
}


.main-subcontent {display:inline /*Fix IE floating margin bug*/; float:right; width:185px; margin:0 15px 0 0; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}

.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(225,225,225) url(VE/bg_foot.jpg) no-repeat; font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}
/* --- For alternative headers START PASTE here --- */

/* 
	HEADER 
*/
.header {
	width:900px; 
	font-family:"trebuchet ms",arial,sans-serif;
}
.header-top {
	width:900px; height:20px; 
	background:#FFFFFF url(VE/bg_head_top.gif); 
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.header-middle {
	width:900px; 
	height:80px; 
	background:#FFFFFF url(VE/fondo_banners.gif); 
	
	overflow:visible !important /*Firefox*/; 
	overflow:hidden /*IE6*/;
}
.header-bottom {
	width:900px; /* height:40px;   QUITAR NUEVO MENU*/
	background:#FFFFFF url(VE/bg_head_breadcrumbs.jpg) repeat-y;
}

/*
	Breadcrumbs
*/
.header-breadcrumbs {
	clear:both; 
	width:900px; 
	padding:0.5em 0 0.75em 0; 
	text-decoration:none;
/*	padding:1.0em 0 1.5em 0; 	*/
/*	padding:2px 0 2px 0; */
	background:#FFFFFF url(VE/bg_head_breadcrumbs.jpg) repeat-y;
	color:#FF0000;
	font-style:italic;
}

.header-breadcrumbs a {
	text-decoration:none;
	font-style:italic;
	color:#FF0000;	
}



/********************/
/*  HEADER SECTION  */
/********************/

/*
	Barra de idiomas
*/
.nav0 {
	width:350px; 
	position:absolute; 
	z-index:2; 
	margin:25px 0 0 0; 
	margin-left:560px !important/*Non-IE6*/; 
	margin-left:563px /*IE6*/;
}
.nav0 ul {float:right; padding:0 20px 0 0;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {padding:0 0 0 3px;}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {height:14px; border:none;}

/*
	Mapa Web
*/
.nav1 {width:350px; position:absolute; z-index:3; margin:5px 0 0 550px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}	
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125) ; text-decoration:none; font-size:120%;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}


/*
	Menu Horizontal

	Credits: Dynamic Drive CSS Library 
	URL: http://www.dynamicdrive.com/style
*/
.nav2{
	width: 897px;
	padding-left:1px;
	font-weight: bold;
	font-size: 110%;
}

.nav2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.nav2 ul{
border: 1px solid #BBB;
width: 100%;
background: url(VE/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.nav2 ul li{
display: inline;
}

.nav2 ul li a{
color: #494949;
padding: 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.nav2 ul li a:hover{
background: url(VE/chromebg2.gif) center center repeat-x;
}

.nav2 ul li a:visited{
color: #494949;
}


/*
	Breadcrumbs 
*/
.header-breadcrumbs ul {
	float:left; 
	width:560px; 
	list-style:none; 
	padding:0 0 0 15px; 
	font-family:verdana,arial,sans-serif;
}

.header-breadcrumbs ul li {
	display:inline; 
	padding:0 0 0 10px; 
	background:transparent url(VE/bg_bullet_arrow.gif) no-repeat 0 50%; 
	font-weight:bold; 
	color:rgb(125,125,125); 
	font-size:100%;
}

.header-breadcrumbs ul a {
	color:rgb(70,122,167); 
	text-decoration:none;
}

.header-breadcrumbs ul a:hover {
	color:rgb(42,90,138); 
	text-decoration:underline;
}
.header-breadcrumbs {
	font-variant:inherit; 
	font-weight:bold;
}


/************************************
          Pie de Página
************************************/
#footer {
     position: absolute;
     bottom: 0;
     width: 80%;
     margin-left: 10%;
     font-size: 11px;
     font-weight: bolder;
     color: #C00;
     text-align: center;
}


.footer p {line-height:1.3em; text-align:center; color:rgb(125,125,125); font-weight:bold; font-size:110%;}
.footer p.credits {font-weight:normal;}
.footer a {text-decoration:underline; color:rgb(125,125,125);}
.footer a:hover {text-decoration:none; color:rgb(0,0,0);}
.footer a:visited {color:rgb(0,0,0);}

/******************/
/*  CLEAR FLOATS  */
/******************/
.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}


.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:440px; height:0.1em; border:none; background:rgb(210,210,210); color:rgb(210,210,210);}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:40px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
html {
/*	filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
} /*IE proprietary flicker hack for background images. Not validating, but OK*/

