html {
	background-color : #aaa;
}
/*Fondos*/
body {
	margin-bottom : 142px;
	background : #ffffff url('../images/page_background2.png') bottom repeat-x;
}
div.page-background {
	background : transparent url('../images/header_background.png') top repeat-x;
	color: #ffffff;
}
/*Cabecera*/
div.header-bar {
	padding-top : 1px;
	height : 45px;
}
/*Menu*/
div.menu-bar ul{
	padding: 4px 23px 4px 0; 
	margin: 0;
	text-align: right; 
}
div.menu-bar ul li{
	display: inline;
}
div.menu-bar ul li a{
	color: #333;
	font-size : 0.9em;
	padding: 0 10px 4px 3px; 	
	text-decoration: none;	
	border-right : 2px solid #ff3300; 
}
div.menu-bar ul li a.last {
	border-right : none; 
	padding-right : 23px;
	color : #ff3300;
}
div.menu-bar ul li a:hover, .menu-bar ul li a.selected{
	color : #ff3300;
}
/*Contenido*/
div.main-content {
	margin-top : 25px;
	padding-bottom : 80px;
}
/*Slideshow*/
div.slideshow {
 	height : 352px;
}
/*Columna izquierda*/
div.column-content {
	padding-top : 40px;
}
div.divisor {
	height: 11px;	 
    background: url("../images/grey.gif") repeat-x;
}
div.column-content h1 {
	font-size : 2.2em;
	font-weight : bold;
	color : #ff3300; 
	margin-bottom : 25px;	
}
div.column-content h2 {
	font-weight : bold;
	color :  #ff3300;
	line-height : 1.0em;	
	margin-bottom : 10px;
}
div.column-content h3 {
	font-weight : bold;
	color : #333;
	font-size : 1.2em;
	margin-bottom : 10px;
}
div.column-content h4 {
	font-weight : bold;
	color :  #ff3300;
	line-height : 1.2em;	
	margin-bottom : 10px;
	padding-left : 15px;
	margin-bottom : 20px;
	margin-top : 20px;
}
p.indent-par {
	padding-left : 15px;	
}
div.column-content p {
	color : #666;
	line-height : 1.5em;
	/*margin-bottom : 15px;*/
	margin-top : 35px;
	padding-right : 10px;
}
div.column-content ul li {
	margin-top : 5px;
	color : #666;
	line-height : 1.5em;
}
div.column-content img.logo {
	margin-top : -6px;
	margin-right : 10px;
	margin-left : 10px;
	margin-bottom : 6px;	
	padding : 5px;
	border : #ff3300 solid 1px;	
}

div.column-content form p {
	line-height: 1.1em;
	margin : 0;
	margin-top : 0;
}

div.column-content form textarea {
	height : 100px;
	width : 260px;
}


/*Columna derecha*/
div.column-message {
	float: right; 
	margin-top: 25px; 
	width: 278px;
}
div.column-message h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	margin-bottom : 10px;
	padding-right : 18px;	
	color : #333;
}
/*Bloques en 3 columnas*/
div.section-bar {
	margin-top : 16px;	
}
div.section-block {
	padding-top : 11px;
	background : transparent url('../images/pattern_gray.png') top repeat-x;	
}
div.first-block {
	background : transparent url('../images/pattern_orange.png') top repeat-x;	
}
div.section-block h2 {
	font-weight : bold;
	font-size : 1.8em;
	margin-bottom:2px;
	color : #ff3300;	 
}
div.first-block h2 {
	color : #000;
}
div.section-block p,
div.section-block a {
	margin : 0;
	color : #333;
	font-size : 0.8em;	
	font-weight : bold;
	line-height:1.3em;
	font-family : Arial, Helvetica, sans-serif;
}
div.section-block a {
	display : block;
	margin-top : 13px;
	color : #ff3300;
	text-decoration : none;
}
