/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-image:  url(../images/fondo.gif);
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
}
body {
font-size: 70%;
}
p {
	padding: 7px 0 7px 0;
	text-align: justify;
}

a {
FONT-WEIGHT: normal;
COLOR: #454A10;
FONT-STYLE: normal;	
TEXT-DECORATION: underline;	
}
a:link, a:visited {
	COLOR: #454A10;
}
a:hover {
	COLOR: #C35F14;
}

UL{
	TEXT-DECORATION: none;
/*	text-shadow: #666 0px 1px 0px; */
	text-align: justify;
	list-style-image: url(ul.gif);
	list-style-position: outside;
	display: block;
	margin-top: 0px;
	margin-left: 25px;
}
LI{
	margin-top: 5px;

}
OL{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
/*	text-shadow: #666 0px 1px 0px; */
	text-align: justify;
	display: block;
	list-style-position: outside;
	list-style-type: decimal;
	white-space: normal;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
	FONT-SIZE: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #2E5100;
	margin-bottom: 0px;
}
h2 {
	color: #2E5100;
	padding-right: 6px;
	background-color: #EDF6B5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #688337;
	margin-bottom: 6px;
}
h3 {
	FONT-SIZE: 9pt;
	color: #9DAF1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 a, #header h2{
color: #fff; 
font-weight: bold;
}
.clear { clear: both; }
#mainContainer {
	width: 774px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../images/fondotrescolumnas.gif);
	text-align: left;
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
* html #mainContainer {
height: 100%;  /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
.buscadores
{
	background-color: #F8FDD0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #54600E;
	border-bottom-color: #54600E;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	line-height: 1em;
}
.buscadores H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F3CA34;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #54600E;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	letter-spacing: 0.01em;
	margin-bottom: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.buscadores p{
	text-align: left;
}

INPUT.buscadoresboton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3CA34;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	cursor: hand;
}
INPUT.buscadoresbotonON {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #B6CA21;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	cursor: hand;
}
INPUT.campotexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	
}
select.campotexto{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width:  100%;
	
}

.floatizquierda {
float: right;
}
/**************************
HEADER
**************************/
#header {
	z-index: 0;
	padding: 0px;
	background-image: url(fondo.jpg);
	height: 194px;
	width: 774px;
}
#enlacehome {
	width: 150px;
	height: 190px;
	float: left;
	cursor: pointer;
}

#zonasocios {
width: 256px;
height: 78px;
float: right;
padding-top: 13px;

}
#deseo{
	width:134px;
	height:20px;
	float: right;
}
#olvide{
	width:122px;
	height:20px;
	float: right;
}
#usuarioPrevisualizacion {
width:256px; 
height:58px; 
background-image:  url(../images/fondosocios.jpg);
background-repeat: no-repeat;

}

/**************************
MENU
**************************/
#menucentral {
	background-image: url(menudinamico/sombras.jpg);
	margin-top: -76px;
	margin-left: 156px;
	width: 479px;
	height: 76px;
	z-index: 12;
		
}


/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-left: 157px;  
}
html .outer {
padding-right: 129px; /* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}
.inner {
width: 617px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
padding-bottom: 42px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
float: left;
width: 635px;
margin-left: -157px; /*** Same length as .outer padding-left but with negative value ***/

}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#contenido {
float: right;
width: 478px;

}
* html #contenido {
position: relative;  /*** IE needs this  ***/
}
.contentWrap{
padding: 15px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
#arriba {
	text-align: center;
	padding: 5px;
	
}
#arriba a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8FDD0;
	background-color: #B6CA21;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	
}
#arriba a:hover{
	background-color: #C35F14;
	
	
}
.noticiadestacada{
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #688337;
	text-align: justify;
}
.noticiadestacada H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #F3CA34;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	text-align: left;
}
.noticiadestacada .fecha {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	border: 0px none transparent;
	background-color: transparent;
	display: inline;
}

.noticiadestacada img{
	float: left;
	padding-top: 0px;
	padding-right: 3px;
	
}
.noticiabanner img{
	padding: 0px;
	border: 1px solid #688337;
/*	width: 99.5%; */
	margin-bottom: 5px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
	float:left;
	width: 156px;
	position: relative;
	background-repeat:  no-repeat;
	background-position: left top;
	background-image: url(fondo2-copy.gif);
}
* html #left {
position: relative;  /*** IE needs this  ***/
}
#buscaempresas {
	/*width: 138px;*/
	position: relative;  /*** IE needs this  ***/
	margin-left: 3px;
	margin-right: 4px;
}
* html #buscaempresas {
position: relative;  /*** IE needs this  ***/
}
#prensa {
	/*width: 138px;*/
	position: relative;  /*** IE needs this  ***/
	margin-left: 3px;
	margin-right: 4px;
}
* html #prensa {
position: relative;  /*** IE needs this  ***/
}
#bolsatrabajo {
	/*width: 138px;*/
	position: relative;  /*** IE needs this  ***/
	margin-left: 3px;
	margin-right: 4px;
}
* html #bolsatrabajo {
position: relative;  /*** IE needs this  ***/
}

#menuizquierda {
 position: relative;
 width:156px; 
 background-color: #A7BB19; 
 layer-background-color: #A7BB19; 
 border: 1px none #000000; 
 clip: rect(auto,auto,200,auto); 
 border-right-color: #FF0000; 
 background-image:  url(../images/fondomenues.gif); 
 layer-background-image:  url(../images/fondomenues.gif); 
 overflow: visible; 
 visibility: visible;
}
* html #menuizquierda {
position: relative;  /*** IE needs this  ***/
}
/*************************
RIGHT COLUMN
**************************/
#right {
	float: right;
	width: 129px;
	margin-top: -76px;
	padding: 5px;
	position: relative;
	}
* html #right {
position: relative;  /*** IE needs this  ***/
margin-right: -129px; /*** IE gets this margin. ***/
}
.publicidad {
margin-bottom: 5px;
}
/**************************
FOOTER
**************************/
#footer {
	width: 774px;
	height: 38px;
	margin-top: -38px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	text-align: center;
	background-color: #c35f14;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.floatizquierdadeverdadfotos {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
/**************************
GALERIA
**************************/

h1.galeria  {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #BBCC2E;
	font-size: 36px;
	margin-left: 30px;
}
h2.galeria  {
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #494E25;
}
a.galeria:link, a.galeria:visited {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #BBCC2E;
}
a.galeria:hover{
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #7C870F;
}
.pdf{
}
.pdf ul {
}
.pdf li {
	list-style-position: outside;
	list-style-image: url(pdf.png);
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
}
.pdf a:link, .pdf a:visited{
	text-decoration: none;
}
.pdf a:hover{
	text-decoration: underline;
}

