@charset "utf-8";
/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width:100%;
  outline:none;
}

#container {
	z-index:2;
	min-height:100%;   
	position:relative;
}

#header {
	width: 100%;
	height: 150px;
}
#contenido {
	padding-bottom:140px;
	width:100%;
	background:center top no-repeat;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:80px;
	background:url(images/footer_bar.png) bottom center no-repeat;
}
#line {
	width:210px; 
	height:1px; 
	background:#ccc; 
	margin-top:7px; 
	margin-bottom:7px;
}
.bio {
	width:515px;
    padding-left:175px;
    margin-bottom:30px;
}
.news {
	text-decoration:none;
}
#news_box {
	width:710px;
	height:180px;
	margin-bottom:15px;
}
#news_detail {
	width:710px;
	height:180px;
	margin-bottom:15px;
}

/*/////////////////////////////////////////////*/

.texto2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	line-height:15px;
}
.texto2 a:link {
	text-decoration:underline;
}
.texto2 a:hover {
	color:#1976b7;
	text-decoration:underline;
}
.textow {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:15px !important;
}
.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	line-height:15px;
	text-align:justify;
}
.texto a:link {
	text-decoration:underline;
}
.texto a:hover {
	color:#1976b7;
	text-decoration:underline;
}

.t1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:16px;
	color:#666;
	text-decoration:none;
}
.t1 a:link {
	text-decoration:none;
}
.t1 a:hover {
	color:#964127;
	text-decoration:none;
}

.t2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:25px;
	line-height:25px;
	color:#FFF;
	text-decoration:none;
}
.t3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:36px;
	line-height:36px;
	color:#1976b7;
	text-decoration:none;
}
.t4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height:16px;
	color:#1976b7;
	text-decoration:none;
	text-transform:uppercase;
}
.t5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:36px;
	line-height:36px;
	color:#FFF;
	text-decoration:none;
}
.t6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:20px;
	line-height:20px;
	color:#999;
	text-decoration:none;
}
.t7 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:25px;
	line-height:25px;
	color:#1976b7;
	text-decoration:none;
}


/*/////////////////////////////////////////////*/

.menu {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height:16px;
	color:#999;
	text-decoration:none;
	text-transform:uppercase;
	outline:none;
}	

.menu:hover {
	color:#1976b7;
}

.submenu {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height:16px;
	color:#999;
	text-decoration:none;
	outline:none;
}	

.submenu:hover {
	color:#1976b7;
}


/* ////////////////////////////////// */

.form_field_form {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	height: 30px;
	width: 348px;
	border: solid 1px #CCC;
	outline:none;
	margin-bottom:10px;

}
.form_field {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	height: 30px;
	width: 230px;
	border: solid 1px #CCC;
	outline:none;
	margin-bottom:10px;

}

.form_area {
	resize:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
	line-height: 16px;
	height: 150px;
	width: 245px;
	overflow:hidden;
	border: solid 1px #CCC;
	outline:none;
}
.boton {
	border: none;
	width: 100px;
	height:30px;
	cursor:pointer;
	background:#1aa7b2;
	color:#FFF;
	outline:none;
	border-radius: 15px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
}
.boton:hover {
	background:#1976b7;
}

/* Popup */

#colorbox, #cboxOverlay, #cboxWrapper{
	position:absolute; 
	top:0; left:0; 
	z-index:9999; 
	overflow:hidden;
}
#cboxOverlay{
	position:fixed; 
	width:100%; 
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft{
	clear:left;
}
#cboxContent{
	position:relative;
}
#cboxLoadedContent{
	overflow:auto;
}
#cboxTitle{
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{ background:#FFF}
#cboxContent{}
.cboxIframe{}
#cboxLoadingOverlay{
	background:url(images/loading.gif) no-repeat center center;
}
#cboxLoadingGraphic{
	background:url(images/loading.gif) no-repeat center center;
}
#cboxClose{
	height:30px; 
	width:30px; 
	position:absolute; 
	top:5px; 
	right:0; 
	background:url(images/close.png) no-repeat; 
	text-indent:-9999px;
}
#cboxClose:hover{
	background:url(images/closer.png) no-repeat; 
	text-indent:-9999px;
}

/* ////////////////////////////////// */

.icon {
	cursor:pointer;
	display:inline-block;
	height:25px;
	width:25px;
	color:transparent;
	text-decoration:none;
	outline:none;
	margin-top:1px;
}
.home {
	background:url(images/icon_home.png) center center no-repeat;
}
.home:hover {
	background:url(images/iconr_home.png) center center no-repeat;
}
.fb{
	background:url(images/icon_fb.png) center center no-repeat;
}
.fb:hover {
	background:url(images/iconr_fb.png) center center no-repeat;
}
.tw {
	background:url(images/icon_tw.png) center center no-repeat;
}
.tw:hover {
	background:url(images/iconr_tw.png) center center no-repeat;
}


.bt_more {
	cursor:pointer;
	display:inline-block;
	color:#FFF;
	background:#1aa7b2;
	outline:none;
	border-radius: 15px;
	height:25px;
	padding-left:20px;
	padding-right:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:16px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top:5px;
	
}
.bt_more:hover {
	background:#1976b7;
}

.bt_back {
	cursor:pointer;
	display:inline-block;
	color:#FFF;
	background:#ccc;
	outline:none;
	border-radius:12px;
	height:20px;
	padding-left:10px;
	padding-right:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
	padding-top:4px;
	
}
.bt_back:hover {
	background:#1976b7;
}


.bt_s {
	cursor:pointer;
	display:inline-block;
	outline:none;
	height:70px;
	padding-left:420px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:25px;
	text-decoration:none;
	line-height:25px;
	margin-bottom:10px;
	padding-top:80px;
	width:170px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
}
.s1 {
	background:#EFEFEF url(images/s1.jpg) left no-repeat;
	color:#999;
}
.s1:hover {
	background:#1aa7b2 url(images/s1.jpg) left no-repeat;
	color:#FFF;
}
.s2 {
	background:#EFEFEF url(images/s2.jpg) left no-repeat;
	color:#999;
	cursor:default;
}
/*.s2:hover {
	background:#1aa7b2 url(images/s2.jpg) left no-repeat;
	color:#FFF;
}*/
.s3 {
	background:#EFEFEF url(images/s3.jpg) left no-repeat;
	color:#999;
	cursor:default;
}
/*.s3:hover {
	background:#1aa7b2 url(images/s3.jpg) left no-repeat;
	color:#FFF;
}
*/
.s4 {
	background:#EFEFEF url(images/s4.jpg) left no-repeat;
	color:#999;
	cursor:default;
}

.banner{
	cursor:pointer;
	display:inline-block;
	outline:none;
	height:50px;
	width:280px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:25px;
	text-decoration:none;
	line-height:25px;
	color:#FFF;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:50px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
}

.b_left{
	background:#1976b7 url(images/mark.png) 95% 10% no-repeat;
}
.b_right{
	background:#1aa7b2 url(images/mark.png) 95% 10% no-repeat;
}


/* ////////////////////////////////// */

.categoria {
	display:block;
	width: 690px;
    font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
    line-height:15px;
	color:#666;
	text-decoration:none;
	cursor:pointer;
}
.categoria:hover {
	color: #4e9bbe;
}
.detalle {
	overflow: hidden;
	width: 690px;
	clear: both;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #4e9bbe;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}



