@charset "utf-8";
/* CSS Document */
* {
	margin:0;
}
img, a, object {
	border:none;
	outline:none;
}
p {
	padding-top:10px;
	line-height:18px;
}
html, body {
	height: 100%;
	min-width:900px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696065;
	background:url(imgs/bg_01.jpg);
	background-color:#f4f9f9;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* altura del footer*/
	width:900px;
}
.header {
	height:60px;
	padding:30px 0 0px 20px;
}
.contenido {
	background-color:#fff;
	padding:20px;
}
.footer{
	height:90px;
	padding:20px;
	clear:both;
	background-color:#44383e;
	color:#958e91;
	text-align:left;
	font-size:10px;
}
.push {
	height:130px;
	clear: both;
}
.innercont{
	width:900px;
	margin:0 auto;
} 

#logointro {
	text-align:center;
	margin:auto;
	width:500px;
	height:250px;
	padding:200px 50px 0 50px;
/*    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;	*/
}

/*---------menu --------*/
.menu {
	border-bottom:1px solid #efeeee;
	padding:0 0 10px 0; 
	margin-bottom:15px;
}

ul {
	padding:0px;
	color:#44383e;
	text-decoration:none;
	font-weight:bold;
}
ul a{
	color:#44383e;
	text-decoration:none;
	font-weight:bold;
	margin-right:25px;
}
ul a:hover{
	color:#ee5119;
	text-decoration:none;
	font-weight:bold;
}
ul a:active{
	color:#ee5119;
	text-decoration:none;
	font-weight:bold;
}

.title {
	text-transform:uppercase;
	letter-spacing:-1px;
	color:#958e91;
	font-size:24px;
}
.contactobtn {
	float:right;
	width:105px;
	height:31px;
	margin-top:-50px;
	margin-right:-15px;
	position:relative;	
}
/*---------- espacios columns -------*/
.espacios {
	width:200px;
	height:370px;
	margin-left:40px;
	margin-right:40px;
	margin-top:30px;
	float:left;
}
.highl {
	color:#ed501b;
	display:inline;
}
/* ------ footer styles ------ */
.fcolumn{
	float:left;
	width:190px;
	padding-left:10px;
	border-left:#ef5318 1px solid;
	height:85px;
}
.fcolumnR{
	float:right;
	width:175px;
	padding-left:10px;
	border-left:#ef5318 1px solid;
	height:85px;
}
.footer a{
	color:#958e91;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:none;
	color:#ef5318;
}

/* ----------- links -------- */
.links a{
	text-decoration:none;
	font-weight:bold;
	color:#44383e;	
}
.links a:hover{
	text-decoration:none;
	color:#ef5318;
	font-weight:bold;	
}
/* ---- slide ------- */
#slideL {
	font-size:14px;
	color:#958e91; 
	line-height:25px;
	width:520px;
	text-align:justify;
	margin:30px 0 0 50px;
	float:left;
}
#news {
	font-size:14px;
	color:#958e91; 
	line-height:25px;
	width:170px;
	margin:30px 50px 0 0;
	float:right;
	background-color:#FBFBFB;
	border:#EFEEEE 1px solid;
	padding:10px;
}
.news_title {
	width:120px;
	height:42px;
	position:relative;
	margin-right:-20px;
	float:right;
}
.news_fecha {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	position:relative;
	width:60px;
	color:#44383E;
	line-height:16px;
	margin-left:10px;
	padding-top:8px;
}
