/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */
body {
   /* background-color : #8B8B8B;*/
 	background: #333 url("../images/back.gif") repeat;
    color : #303030;
    font-family : 'Nimbus Sans L', Sans, Verdana, Tahoma;
    font-size : 76%;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    text-align : center;
	
  }


a {
color:#505050;
text-decoration:none;
}

a:hover {
color:#808080;
text-decoration:underline;
}



 h1, h2 {
    font-weight:400;
    letter-spacing:-1px;
    margin:0;
    padding:0;
 }
  
#container {
    color:#303030;
    margin:0 auto;
    min-width:1001px;
    padding:0;
    text-align:left;
    width:1002px;
    float:inherit;    	
    /*width:100%;*/
}

#cabecera_site{
    color:#ffffff;
    height:80px;
    background:#ffffff url(../images/linea_red.gif) repeat-x;
    margin:0px;
    min-width:70%;
    padding:0;
    text-align:left;
}

#cabecera_site .img_izq{
	float:left;
	height:80px;
}

#cabecera_site .img_right{
	float:right;
	height:80px;
}

#nombre_site{
	color:#fff;
    height:92px;
    margin:0px;
    text-align:left;
	background:#f0f0f0 url(../images/bodybg.jpg) repeat-x;
}

#nombre_site .img_izq {
    float:left;
    margin: 0px 0px 0px 20px;
    padding:0;
  }
  
#nombre_site h1,#nombre_site h2 {
    font-weight:400;
    letter-spacing:-2px;
    margin:0;
    padding:0;
  }
  
#nombre_site h1 {
    font-size:2.4em;
    padding-top:10px;
  }


#nombre_site h2 {
    font-size:1.6em;
}
  
#nombre_site .fecha{
	float:right;
	margin-bottom:0px;
	margin-right:5px;
	color:#FFF;
	letter-spacing:-1px;
	font-weight:bold;
}

#wrap {
	width:100%;
	height:auto;
    font-size:0.9em;
    padding-top:6px;
	background-color:#fff;
	margin:0px;
	width:1000px;
  }

#wrap #left_site{
	display:block; 
	float:left;
	margin:0px;
	padding:5px;
	width:160px;
	border:1px solid #000;
}

#wrap #right_site{
	margin-left: 210px;
	display:block; 
	background:#ffffff;
	border:1px solid #909090;	
	width:750px;
	float:right;
	margin:5px;	
}
#right_site .img_portada{	
	margin-right:5px;
	padding:0px;
	float: left;
}
#login{
	margin:0 auto;	
}


#left_side h1{
	font-size:1.0em;
    margin:2px;
    color:#505050;
}


.negrita{
	font-size: 100%! important; color:#484848 ; font-weight:bold; font-family : 'Nimbus Sans L', Sans, Verdana, Tahoma; letter-spacing:-1px;
}

.error{
	font-size: 100%! important; color:red ; font-weight:bold;;
}


.button {
	border-right: #cccccc 3px double;
	padding-right: 5px; 
	border-top: #cccccc 3px double;
	padding-left: 5px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0px;
	margin: 1px;
	border-left: #cccccc 3px double;
	width: auto;
	color: #777777;
	line-height: 16px;
	padding-top: 0px;
	border-bottom: #cccccc 3px double;
	height: 24px;
	text-align: center;
	background: url(../images/button_bg.png);
}

.box {
	border-right: #374B63 1px solid;
	padding-right: 2px;
	border-top: #374B63 1px solid;
	padding-left: 2px;
	padding-bottom: 2px;
	border-left: #374B63 1px solid;
	padding-top: 2px;
	border-bottom: #374B63 1px solid;
	background-color: #ffffff;
	font-family: verdana,arial;
	letter-spacing:-1px;
	font-size: 8pt;
}

img{
	border:none;
}

#portada{
	padding:15px 20px 5px 20px;
	margin:5px;
	border: 1px solid #ccc;
}

#portada .lista {
    line-height:1.4em;
    margin-left:15px;
    padding:15px;
    text-align:justify;  
}

#portada img{
	border:1px solid #b0b0b0;
    float:left;
    margin:5px;
    padding:0px;
}

.intro {
    font-size:1.3em;
    font-weight:bold;
    letter-spacing:-1px;
}



/********************************* LiveValidation *************************************/

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
	
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
}


#footer {
    background:#8b8b8b url(../images/footerbg.jpg) top left repeat-x;
    clear:both;
    color:#d0d0d0;
    font-size:0.9em;
    font-weight:bold;
    margin:0 auto;
    padding:20px 0;
    text-align:center;
    /*width:100%;*/
    width: 100%;
  }


#footer a {
    color:#d0d0d0;
    font-weight:bold;
  }


#login{
	width:400px;
	margin:20px auto;
	border:1px ridge #ccc;
	padding:15px;
}

#login .img_login{
	float:right;
}

#login .form_login{
/*	border:1px dotted #000;*/
	margin-right:100px;
	padding:5px;
}

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:130px;
	letter-spacing:-.5px;
/*	background-color:#717276;/
	color:#fff;*/
	border:1px solid #CFD0D6;
	padding:0px 0px 0px 5px;
}
.textinputHovered {
	background-position:left bottom;
}
