﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fff;
    font-size: .80em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000;
}

a:link, a:visited
{
    color: #333;
    text-decoration: none;
}

a:hover
{
    color: #0082A8;
    text-decoration: none;
}

a:active
{
    color: #0082A8;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

img
{
	border:0px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #D5D4D3;
    margin: 20px auto 0px auto;
}

.header
{
	background-color: #D5D4D3;
	width: 100%;
	height:102px;
}

.galeria
{
	background-color: #B4C26D;
	width: 99%;
	height:90px;
	padding-left:3px;
}

.main
{
	padding: 0px;
	margin: 0px;
	min-height: 595px;
    height: auto;          
	width:960px;
	overflow:auto;
	background-color:#fff;
}

#divMainContainer
{
	min-height: 595px;
    height: auto;
	width:644px;
	overflow:hidden;
	margin:0px;
	background:#FDE3CE;
}

.leftSide
{
    float: left;
    width: 644px;
    min-height: 610px;
    height: auto;
    overflow:auto;
    background: #FDE3CE;
}
        
.rightSide
{
    float: left;
    width: 316px;
    min-height: 595px;
    height: auto;
    background-color:#fff;
    overflow:auto;
}
        
.footer
{
    width: 100%;
    min-height: 90px;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #FFF;
    overflow:auto;
    background-color:#F2D2BA;
}
.footer_menu
{
    width: 100%;
    height: 34px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #333;
    background-color:#C0C0C0;
}
       
/* TAB MENU   
----------------------------------------------------------*/
#logo
{
	height:102px; 
	width:400px; 
	color:#333;
	float:left;
	padding-left:10px;
}

#botones
{
	height:102px; 
	width:550px; 
	color:#333;	
	float:left;
}

.idiomas
{ 
	color:#333; 
	text-align:right; 
	width:530px; 
	height:30px;
	padding-right:20px;
	padding-top:5px;
	float:left;
}

.edicion
{
	color:#333; 
	text-align:center; 
	width:550px; 
	height:34px;
	padding-left:0px;
	float:right;
	margin-right:10px;
	
}


.edicion ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	
                
}
            
.edicion ul li
{
	width:50px;
	height:34px;
	float:right;
	margin-right:5px;
	font-size:20px;
	font-weight:bold;
	
}

.edicion ul li a:hover
{
	width:50px;
	height:34px;
	float:right;
	text-decoration:none;
	color:#0082A8;
	font-size:20px;
	font-weight:bold;
}


.menu
{
	color:#333; 
	text-align:right; 
	width:510px; 
	height:34px;
	padding-left:40px;
}

.menu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
    float:right; 
    margin-top:5px;          
}
            
.menu ul li
{
	width:auto;
	height:34px;
	float:right;
	margin:0 20px 0 0;
}

.menu ul li a:hover 
{
	width:auto;
	height:34px;
	float:left;
	color:#333;
	text-decoration:none;
	background: url('../images/linea_link.png') repeat-x 0px 0px;
}

.facebook
{
	float: left;
    width: 314px; 
    height: 395px;
    background-color:#fff;
}

.noticias
{
	color:#0082A8; 
	text-align:left; 
	width:276px; 
	height:auto;
	overflow:hidden;
	float:left;
	font-size:2em;
	font-weight:bold;
	padding:20px;
}

.noticias ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;             
}
            
.noticias ul li a
{
	width:100px;
	height:23px;
	font-size:12px;
	font-weight:normal;
}

.noticias ul li a:hover
{
	width:100px;
	height:23px;
	color:#0082A8;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 0px;
    padding: 1em;
    border: 0px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color:#8F4107;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

#divFormulario
{
	padding:20px 15px 0px 15px;
	font-size:13px;
    height: auto;
    overflow:hidden;
}

#divFormulario ul
{
	list-style:none; 
	margin:0px; 
	padding:0px;
}

#divFormulario li
{
	height:26px;
	background:#F2D2BA;
	margin-bottom:1px;
}

#divTxtFormulario
{
	padding:30px 15px 0px 30px; 
	text-align:justify;
	font-size:11px;
}

#divTxtFormulario ul
{
	margin:0px;
	padding:0px 0px 0px 15px;
}

.divLblForm
{
	float:left; 
	width:200px; 
	background:#9A4D1C; 
	height:100%; 
	color:#FFF; 
	text-align:right;
}

.divLblForm2
{
	float:left; 
	width:72px; 
	background:#9A4D1C; 
	height:100%; 
	color:#FFF; 
	text-align:right;
}
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*Gallery*/

.rcarousel {
	margin: 0;
	padding: 0;
	width:960px;
	height:75px;
}

.rcarousel .wrapper {
	border:8px solid #B4C26D;
	height: 75px;
	width:944px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative;
	
}

.rcarousel .wrapper ul li img {
	border: 0;
	clear: left;
	display: block;
	float: left;
}

.rcarousel .wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 9999px;
}

.rcarousel .wrapper ul li {
	display: block;
	float: left;
	height: 75px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	
}

.ui-rcarousel-loader {
    background: url('../images/gallery/loader.gif) no-repeat center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*foto principal*/

.foto_principal{

width: 100%; 
height: 500px; 
clear: both; 
background:url('../images/marco_foto.png') no-repeat 0px 0px;
}
