/*************************************** GLOBAL ***************************************/
html, body {
	padding: 0;
	border: 0;
	margin: 0;
}
#page {
	width: 760px;
	margin: 0 auto;
}
#container {
	clear: both;
	float: left;
	width: 760px;
	text-align: left; 	/*** Re-aligns text to the left to compensate for Win IE 5 hack
								used in the body class. ***/
	margin: 0;
}
#main {
	width: 760px;
	margin-top: 14px;
}
.left {
	float: left;
	clear: left;
	width: 500px;
}
.center {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.right {
	clear: both;
	float: right;
}
.clear {
	clear: both;
}

.margin1{
margin: 0 0 1em;
}

/*************************************** GLOBAL -> TYPOGRAPHY ***************************************/
html,body,div,p, input,label {
	font: normal 11px verdana, sans-serif;
	color: #333;
	line-height: 125%;
}

/*************************************** GLOBAL -> LISTS ***************************************/
#content ul, #content2 ul, #content3 ul, #content ol, #content2 ol, #content3 ol {
	padding: 4px 13px 0 32px;
	margin: 0;
	clear: left;
}

 #rightbar ul {
	padding: 4px 13px 0 32px;
	margin: 0;
	clear: left;
}
#content ul li, #content2 ul li, #content3 ul li {
	padding: 0 0 12px 0;
	margin: 0;
	line-height: 13px;
	list-style-type: none;
	list-style-image: url(/img/bullet.gif);
}

#content ol li, #content2 ol li, #content3 ol li {
	padding: 0 0 12px 0;
	margin: 0;
	line-height: 13px;
}

#rightbar ul li {
	padding: 0 0 12px 0;
	margin: 0;
	line-height: 13px;
	list-style-type: none;
	list-style-image: url(/img/bullet.gif);
}
/*************************************** GLOBAL -> FORMS ***************************************/
form {
	padding: 0;
	margin: 0;
}
.input {
	width: 85px;
	font-size: 9px;
}
.submit {
	font-size: 9px;
}

/*************************************** GLOBAL -> IMAGES ***************************************/
img {
	padding: 0;
	margin: 0;
	border: 0;
}

img.float{float:right;padding:0 0 12px 12px;}

.border_2px {
	border: 1px solid #D8D8D8;
	padding: 2px;
	background: #fff;
}
.border_5px {
	border: 1px solid #D8D8D8;
	padding: 5px;
	background: #fff;
	margin: 0 0 4px 0;
}

/*************************************** HEADER ***************************************/
#masthead {
position:relative;
	width: 760px;
	padding: 44px 0 20px;
	text-align: center;
}
#masthead h1 a {
	text-decoration: none;
}

#masthead #logo1{
position: absolute;
top: 34px;
left: 15px;
width: 119px;
height: 63px;
background: url(/img/logo-ugr.jpg) no-repeat;
}


#masthead #logo2{
position: absolute;
top: 40px;
right: 0;
width: 140px;
height: 57px;
background: url(/img/logo-antropologia.jpg) no-repeat;
}

/*************************************** HEADER -> NAVBAR -> TABS ***************************************/
#tabs {
	text-align: center;
}
#tabs ul {
	margin: 0;
	padding: 3px 0 4px;
}
#tabs ul #first { 			/*** Turns off left border for first nav link (Home) ***/
	border-left-style: none !important;
}
#navlist li {
	padding: 0;
	margin: 0;			/*** Space between tabs ***/
	display: inline;
 	list-style: none; 
	list-style-image: none !important; 
	border-left: 1px solid #fff;
	font: normal 10px Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
}
#navlist li a {
	padding: 10px 18px;       /*** Space inside tabs ***/
	text-decoration: none;
}

/*************************************** LEFTBAR ***************************************/
#leftbar {
	float: left;
	width: 162px;
	padding-right: 12px;
}
#sidenav ul {
	margin: 1em 0 2em; 
	padding: 0; 
	border: 0;
	}
#sidenav ul li {
	list-style: none; 
	list-style-image: none !important; 
	height: 21px;
	border-bottom: 1px solid #fff;
	font: normal 10px Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
	}

/*************************************** CONTENT ***************************************/
#content3 {
	width: 760px;
}
#contentpad {
	padding: 0 13px;
}

.txt{
margin-bottom:1em;
}

.item{
	border-bottom: 1px solid #ccc;
	padding:0  0 1em;
	margin: 0 0 1em;
}

.item p{
	margin:0;
}

div.fotop{
float:left;
padding-right:10px;
padding-bottom:10px;
}


/*************************************** RIGHTBAR ***************************************/
#rightbar {
	float: left;
	width: 162px;
	padding-left: 12px;
}
#rightbar ul#language {
	margin: 0;
	padding: 7px 14px;
	list-style: none;
}
#rightbar ul#language li {
	list-style-image: none;
	padding: 1px 2px 3px 2px;
	margin: 0;
	line-height: 0;
}
#rightbar ul#language a {
	text-decoration: none;
}

/*************************************** FOOTER ***************************************/
#footer p {
	font-size: 9px;
}

/* CONTACTO ******************************************************************************/


#form_contacto {
}


#form_contacto fieldset {
border:none;
margin:0;
padding:0;
}

#form_contacto legend {
display:none;
}


#form_contacto label {
display:block;
font-weight: bold;
}


#form_contacto input {
width:200px;
}

#form_contacto textarea {
width:400px;
height:132px;
}

#form_contacto input, #form_contacto textarea {
border: 1px solid #BFE0B9;
color:#000;
padding:3px;
margin-bottom:6px ;
}

#form_contacto p{
margin-left:0;
}
#form_contacto input.boton {
	
	width: auto;
	border: none;
	padding:3px 8px;
	margin-top:1em;
	background-color: #407E35;
	color:#fff;

}



/* CLEARFIX 
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


