@charset "utf-8";
/* CSS Document */
/* Powered By: SH-Mejia */

@font-face{
	font-family: 'Buda'; 
	font-style: normal; 
	font-weight: normal;
	src: url(Buda-Light.ttf); 
}

body{
	font-family: 'Buda';
	font-size:18px;
	color:#ECF0F1;
	margin:0;
	background:#222020;
	background-image:url(../images/bg2.jpg);
}
img{
	max-width:100%;
	border:none;
}
a:link {
	color: #fff;	
	text-decoration: none;
}
a:hover {
	color: #b02e04;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #b02e04;
	text-decoration: none;
}
hr {
	width:55%;
	height:0px;
	border-top:0px;
	border-bottom:#ffffff dashed 1px;
}
.separator{
	color:#ffffff;
}
.resalte{
	color:#f1c828;
	font-weight:bold;
}
#index_text{
	width:640px;
	position:relative;
	font-family: 'LCALLIG';
}
.content_info{
	background-color:#4c4c4c;
	background-image:url(../images/bg.jpg);
	position:relative;
	width:100%;
	height:100%;
	clear:both;
	text-align:center;
	padding:10px 0px;
}
.panel_left{
	width:15%;
	margin-top:10px;
	vertical-align:top;
	display:inline-table;
	position:relative;	
}
.panel_right{
	width:83%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display:inline-table;
	position:relative;	
}
#view_event
{
border:2px solid #CCC;
padding:2px 0px; 
background:#313131;
width:55%;
border-radius:15px;
-moz-border-radius:15px; /* Firefox 3.6 and earlier */
color:#0071bc;
font-size:18px;
font-weight:bold;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
#view_gale
{
border:2px solid #CCC;
padding:2px 0px; 
background:#222222;
width:162px;
border-radius:15px;
-moz-border-radius:15px; /* Firefox 3.6 and earlier */
color:#0071bc;
font-size:18px;
font-weight:bold;
}
/*++++++++ Starts Style Special Classes ++++++++*/
.obligatorio{
	color:#f1c828;
	font-weight:bold;
}
.msj_mtt{
	font-size:18px;
	color:#cf0000;
}
.copy{
	color:#CCC;
	text-align:right;
}
.titles_mtt{
	font-size:18px;
	color:#ffffff;
}
.title_car{
	font-size:18px;
	color:#0071bc;
}
.titlestable{
	background-color:#cf0000;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}
.contentable{
	background-color:#313131;
	font-size:16px;
	color:#ffffff;
}
.prod { 
    font-size: 18px; 
    color: #ffffff; 
} 
/*++++++++ And Style Special Classes ++++++++*/	
.panel_detail{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:80%;
}
p{
	text-align:justify;
	width:auto;
}
.center{
	text-align:center;
}
/*++++++++ Starts Style form ++++++++*/
.content_form{
	text-align:left;
	width:500px;
	margin-left:auto;
	margin-right:auto;
}
.content_form div{
	padding:5px;
}
input.mtt_text{
    background: url('../images/edit_icon.png') no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #666;
    padding: 5px 27px 5px 10px;
	margin-top:5px;
    width: 200px;
;
    outline:none;
	font-size:1em;
}
input.mtt_text:focus{
	background-color:#ecf0f1;
}
input.mtt_pass{
    background: url('../images/pass_icon.png') no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #666;
    padding: 5px 27px 5px 10px;
	margin-top:5px;
    width: 200px;
;
    outline:none;
	font-size:1em;
}
input.mtt_pass:focus{
	background-color:#ecf0f1;
}
textarea.mtt_area{
    background: url('../images/edit_icon.png') no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #666;
    padding: 5px 27px 5px 10px;
	margin-top:5px;
    width: 300px;
	height:125px;
    outline:none;
}
textarea.mtt_area:focus{
	background-color:#ecf0f1;
}
input.mail{
    background: url('../images/at_icon.png') no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #666;
    padding: 5px 27px 5px 10px;
	margin-top:5px;
    width: 200px;
    outline:none;
}
input.mail:focus{
	background-color:#ecf0f1;
}
input.mtt_phone{
    background: url('../images/tel_icon.png') no-repeat scroll right center #FFFFFF;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #666;
    padding: 5px 27px 5px 10px;
	margin-top:5px;
    width: 200px;
    outline:none;
}
input.mtt_phone:focus{
	background-color:#ecf0f1;
}

input.mtt_button_cancel{
	background: url('../images/cancel.png') no-repeat scroll right center #414141;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #ccc;
    padding: 5px 10px 5px 5px;
    width: 115px;
    outline:none;
}
input.mtt_button_cancel:hover{
	background-color:#2980B9;
}
input.mtt_button_save{
	background: url('../images/save_icon.png') no-repeat scroll right center #414141;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    color: #ccc;
    padding: 5px 10px 5px 5px;
    width: 145px;
    outline:none;
}
input.mtt_button_save:hover{
	background-color:#2980B9;
}
/*++++++++ End Style Form ++++++++*/
/*++++++++ Starts Style | Menu ++++++++*/
.main_menu_home{
	width:100%;
	border-bottom:1px solid #C0392B;
/*	background-color:#222020;
	background-image:url(../images/texture.jpg);*/
	padding:5px 0px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.main_menu_home ul li{
	width:100%;
	display:inline;
	list-style: none;
}
.main_menu_home li{
	text-align:center;
	padding:5px 10px;
	border-radius:5px;
	margin-right:0.25em;
	margin-left:0.25em;	
}
.main_menu_home li a:hover {
	color:#b02e04;
}	
/*+++menu header+++*/
.main_menu{
	width:100%;
	border-bottom:1px solid #C0392B;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background:#222020;
	text-align:right;
}
.main_menu ul li{
	display:inline;
	list-style: none;
}
.main_menu li{
	text-align:center;
	margin-right:1em;
}
.main_menu li:hover {
text-decoration: none;
border-bottom:1px solid #b02e04;
color:#b02e04;
}
.main_menu li a:hover {
	color:#fff;
}
/*++++++++ End Style Main Menu ++++++++*/
#footer{
	width:100%;
	padding:20px 0px;
	border-top:1px solid #C0392B;
/*	background-color:#222020;
	background-image:url(../images/bg2.jpg);*/
	text-align:center;
}
.foo{
	margin-left:auto;
	margin-right:auto;
}
.foo article
{
padding:10px 25px; 
text-align:center;
margin-left:0.25em;
margin-right:0.25em;
margin-top:0.25em;
display:inline-table;
}
.resalto2{
	font-size:1.3em;
	color:#3498DB;
}
.img-conteiner{
	width:300px;
	height:215px;
	border:1px #BDC3C7 solid;
	background-color:#FFF;
	color:#4c4c4c;
}
.img-conteiner:before {
  content: '';
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff transparent transparent;
  height: 0;
  position: absolute;
  left: 21px;
  top: 165px;
  width: 0;
  transform:rotate(90deg);
  -ms-transform:rotate(90deg); /* IE 9 */
  -webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
}
.img-conteiner a:link{
	color:#4c4c4c;
}
.img-conteiner a:visited{
	color:#4c4c4c;
}

.portafolio_contenedor{
	width:100%;
	margin:auto;
	text-align:center;
	position:relative;
}
.portafolio_contenedor div{
	margin:5px;
	text-align:center;
	color:#2980b9;
	position:relative;
	vertical-align:top;
	display:inline-table;
}
.gale_base{
	height:205px;
	padding:10px;
	margin:auto;

	border-radius:10px;
}
.gale_name{
	width:auto;
	font-size:1.3em;
	margin-top:5px;
	color:#FFF;
}
.opc_back{
	position:absolute;
	padding:4px;
	margin:10px 0px 0px 10px;
	background-color:#4c4c4c;
	border:1px #c2c2c2 solid;
	border-radius:5px;
	-moz-border-radius:5px;
	transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-webkit-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: all 0.5s ease-in-out, box-shadow 0.1s linear;	
}
.opc_back:hover{
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	/*---opacity---*/
	transition: opacity 0.5s ease-in-out, box-shadow 0.1s linear;	
	-webkit-transition: opacity 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: opacity 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: opacity 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: opacity 0.5s ease-in-out, box-shadow 0.1s linear;	
}

/* login
----------------------------------------------- */
#login{
  	width:500px;
  	margin:0 auto;
  	margin-bottom:1%;
	color: #16325c;
}
#login h1{
	background:#2a2929;
  	padding:20px 0;
  	font-size:140%;
  	font-weight:300;
  	text-align:center;
  	color:#fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
}
#login h2{
  	padding:8px 0;
  	font-size:120%;
  	font-weight:300;
  	text-align:center;
  	color:#16325c;
}
#login a{
  	padding:15px;
    color: #0070d2 !important;
}
#login a:hover{
	color: #005fb2;
}
@media screen and (max-width: 500px) {
#login{
  	width:400px;
}
#login a{
	display:block;
  	padding:10px;
  	font-size:1.2em;
  	text-align:left;
}
}
@media screen and (max-width: 400px) {
#login{
  	width:300px;
}
}

/*#login ul{
	border:#000000 solid 1px;
}*/
#login ul li{
	text-align:left;
	text-indent: -1.2em;
	list-style:none;
}
.frm_login{
  background:#fff;
  padding:6% 4%;
  margin-bottom:5px;
  border: 1px solid #D8DDE6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  font-size:0.9em;
}
.f_label_login{
	color:#2980B9;
	font-weight:bold;
}
.logincontroles{
	width:100%;
	border: 1px solid #D8DDE6;
    border-radius: 4px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: #fff;
    font-family: SFS, Arial, sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    transition: all 0.1s;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	color:#16325c;
}

.loginbtn{
	width:100%;
	align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    padding: 25px 6px 25px 6px;
    border: 2px outset buttonface;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: buttonface;
    box-sizing: border-box;
	background-color: #0070d2;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
    border-radius: 4px;
	-moz-border-radius: 4px;
}
.loginbtn:hover{
	background:#005fb2;
}
.login_opc{
	border-top: 1px solid #F4F6F9;
    padding-top: 16px;
	margin-bottom: 20px;
	font-size:0.9em;
}

input[type=radio].css-checkbox{
	display:none;
}
input[type=radio].css-checkbox + label.css-label{
	padding-left:35px;
	height:24px; 
	display:inline-block;
	line-height:30px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:1.2em;
	vertical-align:middle;
	cursor:pointer;
}
input[type=radio].css-checkbox:checked + label.css-label{
	background-position: 0 -24px;
}
label.css-label{
	background-image:url(../images/check_radio_sheet.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}