/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#C2C2C2;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.body{
	background-image: url(../img/fondo-body.jpg);
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

}

a:link, a:visited, a:hover {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FADC00;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 110%;
	color: #666666;
	display: block;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 110%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: none;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px 0px 0px 5px;
	padding: 10px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
	width: 740px;
	background-color: #797979;
}

#navBar{
	margin: 10px 5px 0px 452px;
	padding: 0px;
	background-color: #F6F6F6;
	height:100%;
}
#navBar1{
	margin: 10px 5px 0px 390px;
	padding: 0px;
	background-color: #F6F6F6;
	height:100%;
}

#content{
	float:left;
	width: 447px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	background-color: #F1F1F1;
}
#content1{
	float:left;
	width: 735px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	background-color: #F1F1F1;
}

#content2{
	float:left;
	width: 370px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	background-color: #F1F1F1;
}
#content3{
	float:right;
	width:345px;
	margin: 10px 5px 0px 0px;
	padding: 0px;
	background-color: #F1F1F1;
}
#content4{
	float:left;
	width:380px;
	margin: 10px 0px 0px 5px;
	padding: 0px;
	background-color: #F1F1F1;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin:0px;
	white-space: nowrap;
	background-color: #E6E6E6;
	height: 33px;
	display: block;
	background-image: url(../img/fondo-seccionlinks1.jpg);
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 60%;
	padding: 10px 7px 10px 7px;
	color: #666666;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 65%;
	border-bottom: 1px solid #e2e2e2;
}
.listado{
	padding: 10px 10px 10px 10px;
	margin-left: 35px;
	font-size: 65%;
	border-bottom: 1px solid #e2e2e2;
	display: inherit;
	width: 92%;
	min-height: 116px;
	clear: both;
}

.feature h3, .listado h3{
	padding: 10px 0px 5px 0px;
	text-align: left;
	color: #FADC00;
}

.feature img, .listado img{
	padding: 0px 10px 5px 0px;
	vertical-align: top;
	float: left;
	display: inline;
}
.feature .imgagen 2, .listado .imgagen 2{
	float: left;
	padding: 5px 10px 20px 0px;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}


.feature .destacados, .listado .destacados {
width:150px;
	float: right;
	padding: 10px 0px 10px 10px;
	margin: 0 5px 5px 0;
}


/* adjust margins to change separation between the feature image and text flowing around it */



/************* #siteInfo styles ***************/

#siteInfo{

	clear: both;
	border: 0px solid #cccccc;
	font-size: 55%;
	color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	background-color: #797979;
	margin: 0px 5px 0px 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #form styles ***************/
.form2 {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 5px 0px 10px 35px;
	font-weight: normal;
	display: block;

}


.form2 input, .form2 textarea, .form2 select {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin:5px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: baseline;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

form #boton{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
 height: 25px;
 width: 100%;
 text-align: right;
 

}


form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 110px;
	padding: 0 5px 0px;
	margin: 5px 0px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}

form .label1 {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 60px;
	padding: 0 5px 0px;
	margin: 5px 0px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-weight: bolder;
	font-size: 110%;
}


form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0px 5px 0px;
	text-align: left;
	padding: 0px;
	vertical-align: middle;
	font-weight: normal;
	background-color:#FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

form textarea {
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
}





/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}



/************** #headlines styles **************/


#body #masthead .logo2 {
	width: 400px;
	float: right;
}

#sectionLinks{
	background-image: url(../img/fondo-seccionlinks.jpg);
	padding-top: 2px;
}
#globalNav  ul {
	list-style: none;
	margin-top: -2px;
	padding:0px;
	vertical-align: bottom;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#globalNav  li {border-bottom: 1px solid #E6E6E6; float:right; display:block;  padding: 5px 0px 2px 0px;}

/* fix for browsers that don't need the hack */
html>body #globalNav  li {
	border-bottom: 1px #E6E6E6;
	padding: 5px 0px 0px 0px;
}


#globalNav #sectionLinks a:link{
;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	text-decoration: none;
}


#globalNav #sectionLinks a:hover{
	background-image: url(../img/fondo-seccionlinks-over1.jpg);
	text-decoration: none;
	margin-top: 0px;
	background-repeat: no-repeat;

}
.body h3 a {text-decoration: none;
	color: #FADC00;
}
.body  h3 a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #F1F1F1;
	/*background-color: #f1f1f1;*/
}

.body  #content a,  .body  #content1 a, .body  #content2 a,  .body  #content3 a, .body  #content4 a {
text-decoration: underline;
	color: #666666;
}

.body #content  a:hover, .body #content1  a:hover, .body #content2  a:hover, .body #content3  a:hover, .body #content4  a:hover  {
text-decoration: underline;
	color: #FADC00;
	background-color: #f1f1f1;
}

.body #content .linksh, .body #content1 .linksh, .body #content2 .linksh, .body #content3 .linksh, .body #content4 .linksh  {
background-color: none;
display: inline;
text-decoration: none;
	color: #FADC00;
}

.body #content .linksh:hover, .body #content1 .linksh:hover, .body #content2 .linksh:hover, .body #content3 .linksh:hover, .body #content4 .linksh:hover  {
background-color: none;
display: inline;
text-decoration: none;
	color: #666666;
}
 .imagen2 {
	padding: 5px 0px 10px 0px;
	float: left;
}
.imagen3 {
	padding: 5px 0px 0px 0px;
	float: left;
}

.body #navBar .feature .h3, .body #navBar1 .feature .h3, .listado .h3 {
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}
.body #navBar .feature h3 a, .body #navBar1 .feature h3 a {
text-decoration: none;
	color: #FADC00;
}
.body #navBar .feature h3 a:hover, .body #navBar .feature h3 a:hover {
	text-decoration: none;
	color: #666666;
	background-color: #F6F6F6;
	/*background-color: #f1f1f1;*/
}
.body #navBar .feature a, .body #navBar1 .feature a {
	color: #FADC00;
	font-weight: bold;
}
.body #navBar .feature a:hover, .body #navBar1 .feature a:hover  {
	color: #333333;
	text-decoration: underline;
	background-color: #F6F6F6;
}
.body #navBar .feature, .body #navBar1 .feature {
	background-color: #F6F6F6;
}
.body #content1 .feature {
	width: 97%;
	display: block;
}
.body #content1 .feature .img {
	align: left;
}

 .paginador .left {
	width: 100px;
	float: left;
	padding-left: 10px;
}
 .paginador .right {
	float: right;
	padding-right: 10px;
}
 .paginador {
	padding: 10px 0px 0px 0px;
	margin-left: 30px;
	background-image: url(../img/fondo-paginador.gif);
	height: 30px;
	width: 679px;
	background-repeat: no-repeat;
}
 .paginador .right .current {
 font-size: 110%;
	color: #000000;
	font-weight: bold;
}
 .paginador .right a {
	}
.body #content1 .listado .imgbusquedas {
	padding: 5px 0px 0px 0px;
	vertical-align: text-bottom;
	display: block;


	margin: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
}
.body #content1 .listado .imagen-listado {
	float: left;
	display: inherit;
}
.body #masthead #globalNav #sectionLinks #home {
	color: #333333;
	background-image: url(../img/fondo-seccionlinks-home-over.jpg);
}
.body #masthead #globalNav #sectionLinks #home:hover {
	color: #333333;
	text-align: left;
	background-image: url(../img/fondo-seccionlinks-over.jpg);
}
.body #siteInfo a {
	color: #ffffff;
}
.body #siteInfo a:hover {
background-color: #797979;
	color: #FADC00;
}

 .liksh3 {
	font-weight: bold;
	text-decoration: none;
}


 .liksh3 {
	font-weight: bold;
	text-decoration: none;
	color: #FADC00;
}
.body #content2 .feature .linksh3 , .body #content1 .listado .linksh3, .body #content1 .feature .liksh3,  .body #content .feature .linksh3, .body #content1 .feature .form2 .linksh3 {
font-weight: bold;
text-decoration: none;
	color: #FADC00;
}

.body #content2 .feature .linksh3:hover, .body #content1 .listado .linksh3:hover, .body #content1 .feature .liksh3:hover, .body #content .feature .linksh3:hover,.body #content1 .feature .form2 .linksh3:hover {
	color: #666666;
	text-decoration: none;
}
 .usuarios {
	background-color:#f1f1f1;
	background-image: url(../img/fondo-usuario1.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	display: table;
	font-size: 75%;
	width: 730px;
}
.body .usuarios p {
	padding: 5px 10px 0px 0px;
	margin: 2px 10px 0px 0px;
	text-align: right;
}

.body .usuarios .liksh4 {
	color: #FADC00;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
.body  .usuarios .liksh4:hover {
	color: #666666;
	text-decoration: none;
	font-size: 90%;
}
.body #content1 .listado table {
	vertical-align: top;
}
.body #content1 .listado table td {
	vertical-align: middle;
	padding-top: 0px;
}

.body #content1 .listado h1 {
	text-decoration: underline;
	display: block;
}
.body #content1 .listado input {
vertical-align: top; 
	padding: 0px;
	margin: 0px;
}
.body #navBar .feature form  img, .body #navBar1 .feature form  img {
display: block;
float: right;
margin: 0px;
padding: 0px 30px 10px 0px;
	align: right;
}
.body #content1 .feature .form2  img, .body #content1 .listado form #enviar {

float: right;
margin: 0px;
padding: 3px 27% 0px 0px;
	align: left;
}

.body #content1 .feature .form2 #enviar {

float: left;
margin: 0px;
padding: 0px 0px 0px 170px;
	align: left;
}


.body #content1 .listado .postularse {
	width: auto;
	float: right;
	padding-left: 30px;
}
.body #content4 .feature p {
	clear: left;
}
.body #content3 .feature h1 {
	margin: 0 0 0 35px;
}
.body #credit {
	font-size: 9px;
	text-align: right;
	background-color: #C2C2C2;
	color: #FFFFFF;
	padding: 5px 15px 5px 0;
}
