/*********************btn red *****************************/
.aBtnLarge{

	
	clear: both;
    display: block;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
	position:relative;
	height:43px;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	}
.aBtnRedRightArrow{
	background: url(../img/images/img_flecha.jpg) no-repeat 90% 12px #e74c3c	;	
	
	}
.aBtnRedRightArrowMedium{
	background: url(../img/images/img_flecha.jpg) no-repeat 90% center #e74c3c	;
	}
.aBtnRedRightArrow:hover,.aBtnRedRightArrowMedium:hover {
	background-color:#fb5948;
        
	}
.aBtnLarge span{
	position:absolute;
	top:8px;
	left:20px;
	color:#ffffff;
	}

.aBtnMedium{
	 max-width: 230px;
	}
.aBtnSubmitSend{
	 max-width: 245px;
	}
.aBtnSubmitSend span.fixTextCenter{
	  left: 93px;
	}
	


.btnLargeTextCenter{
	
	clear: both;
    display: block;

    text-decoration: none;
    width: 100%;
	height:43px;
	border:0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	}
.btnLargeTextCenter p{
	color: #FFFFFF;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    top: 7px;
	}	
.aBtnRedArrowR{
	background: url(../img/images/img_flecha.jpg) no-repeat 90% 12px #e74c3c	;
	}
.aBtnRedArrowR:hover {
	background-color:#fb5948;
	}
/*********************fin btn red *****************************/
/******************** yellow *****************************/


.aBtnYellowRightArrow{
	 background: url(../img/images/img_flecha.jpg) no-repeat 90% 12px #f39c12	;	
	}
.aBtnYellowRightArrow:hover{
	background-color:#ffb238;
	}
	
.aBtnYellow{
	 background-color: #f39c12	;	
	}
.aBtnYellow:hover{
	background-color:#ffb238;
	}
/*************** end yellow **********************/	
/*************** green **********************/
.aBtnGreenRightArrow{
	 background: url(../img/images/img_flecha.jpg) no-repeat 90% 12px #1e803e	;	
	}
.aBtnGreenRightArrow:hover{
	background-color:#32a156;
	}
	
/*************** end green **********************/
	/* input */
.iptValDate{
	 background:url(../img/icons/icon_calendar.png) no-repeat 90% 10px	;	
	height:25px;
	max-width:218px;
	width: 88%;
	color:#383838;font-size:17px; font-family: OpenSans-Regular;
	padding:10px;
	border:1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	}
.iptValDate::-webkit-input-placeholder { 
	color:#383838;
	font-size:17px; 
	font-family: OpenSans-Regular; 
}
.iptValDate::-moz-placeholder { /* firefox 19+ */
	color:#383838;font-size:17px; 
	font-family: OpenSans-Regular;
	 } 
	
.iptValDate:-ms-input-placeholder { /* ie */
	color:#383838;font-size:17px; font-family: OpenSans-Regular;
 } 





 .optionSelectBox,
.optionSelectBox select,
.optionSelectBox::after,
.optionSelectBox::before {
     display: inline-block;
    height: 41px;
    vertical-align: top;
    width: 99%;
}
 
.optionSelectBox::after,
.optionSelectBox::before {
    content: "";
    pointer-events: none; /* remove the pointer event of the custom arrow, so the mouse actually clicks the real one */
}
 
.optionSelectBox,
.optionSelectBox::after {
    background: #ffffff;
  
}
 
.optionSelectBox select {
    margin: 0;
    padding-left: 8px;
    padding-top: 6px;
    border: 0;
    font: normal 17px OpenSans-Regular;
    color: #383838;
    outline: none;
	border:0;
}
 
.optionSelectBox option {
    background: #ffffff;
}
 
.optionSelectBox {
    border: solid 1px #bdbdbd;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    /*box-shadow: 0 0 0 1px #6a6a6a, 0 0 0 1px #919191 inset;*/
}
 
/*  Flecha custom con borderstyle */
.optionSelectBox::before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 8px;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top-color: rgba(0, 0, 0, .4);
}
 
.optionSelectBox::after {
   box-shadow: -6px 0 0 1px rgb(255, 255, 255) inset;
    left: 1px;
    margin: -1px 0 0 -26px;
    position: relative;
    width: 25px;
	height: 45px;
}
 
.optionSelectBox:hover::before {
    border-top-color: #000000;
}












/*
root element for the scrollable.  when scrolling occurs this
element stays still.
*/
.scrollable {
  /* required settings */
   float: left;
    height: 90px;
    max-width: 871px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
 
/*
root element for scrollable items. Must be absolutely positioned
and it should have a extremely large width to accommodate scrollable
items.  it's enough that you set width and height for the root element
and not for this element.
*/
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
 
/*
a single item. must be floated in horizontal scrolling.  typically,
this element is the one that *you* will style the most.
*/
.items div {
  float:left;
}
a.rightGallery{
		 
		 width:19px;
		 height:65px;
		 background-image:url(../img/images/img_gray_arrow_right.png);
		 background-repeat: no-repeat;
		   margin-left: 10px;
	}
a.leftGallery{
		 background-image:url(../img/images/img_gray_arrow_left.png);
		 width:19px;
		 height:65px;
		 background-repeat: no-repeat;
		  margin-right: 10px;
	}
a.browse {
     cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 61px;
	margin-top:7px;

}
.divContainerParGallery{
	height: 120px;
    margin: 20px auto 0;
    max-width: 930px;
    text-align: center;
    width: 100%;
	}

#divContainerSliderGallery{
	display:none;
	}

.items img {
    height: 106px;
    margin-left: 5px;
    width: 150px;
}
.items div img:hover{
	cursor:pointer;
	opacity:0.8;
	filter:alpha(opacity=75); 
	}
