.container{
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.scroll * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  /*
  -webkit-touch-callout: none;
*/
  }

/* COMUNES */
.clear{ 
	clear:both; 
}
h2{
	text-align: center;
}

p{
	text-align: justify;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.verde{
	color: #27a737;
	font-size: 18px;
	font-weight: bold;
}


/* HEADER */
#header{
	margin-bottom: 20px;
	padding: 20px 0 5px;
}
#header h1{
	font-size: 24px;
	margin: 0;
}
#header .header_col {
	vertical-align: middle;
	text-align: left;
	display: inline-block;
}
#header .header_col img{
	max-width: 100%;
}
#header .header_col.div_logo{
	margin-right: 30px;
}
#header .header_col.div_logo img{
	max-height: 75px;
}
#header .header_col.title { 
	vertical-align: bottom;
	padding-bottom: 17px;
}
#header .header_col2{
	display: inline-block
}

@media screen and (max-width: 900px){
	#header .header_col.div_logo {
	    display: block;
	    margin-right: 0;
	    text-align: center;
	}
}
@media screen and (max-width: 600px){
	#header .header_col2 {
	    display: block;
	    text-align: center;
	}
}

/* FOOTER */
#footer{
	margin-top: 60px;
	padding-bottom: 20px;
}
#footer .container{
	text-align: right;
	border-top:1px solid #666;
	padding-top: 40px
}
#footer .footer_col{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
#footer .txt{
	font-size: 5px;
	line-height: 1.3;
}
#footer img{
	height: 50px;
}

/* PAGE HOME */
#page_home{
	background:#d3d800;
	cursor: pointer;
}
#page_home .scroll{
	height: 100%;
}
#page_home table{
	width:100%;
	height: 100%;
}
#page_home td{
	vertical-align: middle;
	text-align: center;
	box-sizing:border-box;
	padding: 20px;
}
#page_home img{
	width: 100%;
	max-width: 800px;
}

/* BOTÓN VERDE */
.div_button{
	padding-top: 20px;
}
.button.button-verde {
    background-color: #D3D800;
    border-color: #A0A304;
    color: #000000;
}
.div_button_big .button{
	width: 100%;
	line-height: 1.2;

}
button{
	padding: 0 36px;
}
button.icon-right{
	padding: 0 15px 0 5px;
}

.div_button_big .button.icon-right::before {
    padding-left: 15px;
}
.div_button button{
	min-width: 130px;
}


#page_pdf .scroll{
	height: 100%;
}




/* FORMULARIOS */

.ul-sumN li.item-toggle {
    pointer-events: auto;
}

.label_title span{
	font-size: 16px;
	font-weight: bolder;
	margin:20px 0 5px;
	display: block;
}
.label_title.error{
	color: #F00;
}
.item-content{
	font-size: 14px;
	font-weight: normal;
}

ul.list .item{
	font-size: 14px;
    padding: 8px 99px 8px 16px;
}
.item-toggle .toggle {
    top: 3px;
}

.item-complex .item-content, .item-radio .item-content {
    padding: 8px 99px 8px 16px;
}
.item-radio .radio-icon {
    font-size: 32px;
    line-height: 1em;
    padding: 3px 0 0;
    width: 85px;
    text-align: center;
    color:	#D3D800;
}
.toggle.toggle-balanced input:checked + .track {
    background-color: #D3D800;
    border-color: #D3D800;
}
.item-radio input:checked + .radio-content .item-content {
    background: #F7F7CD none repeat scroll 0 0;
}
.item-toggle .toggle {
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.toggle .track { 
	position: absolute;
	top: 3px;
	right: 18px;
	z-index: 2;
}
.toggle .handle{ 
	top:0;
 	left: -1px;
 	z-index: 2;
}
.item-toggle span{
	position: relative;
	z-index: 2;
}
.item-toggle .toggle span {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.item-toggle input:checked + .track + span {
	background: #F7F7CD;
}







/*




.pildora li ul, 
.pildora li ol {
	margin:0 1.5em;
}
.pildora ul, 
.pildora ol {
	margin:0 1.5em 1.5em 1.5em;
}
.pildora ul {
	list-style-type:disc;
}
.pildora ol {
	list-style-type:decimal;
}
.pildora ol ol {
	list-style: upper-alpha;
}
.pildora ol ol ol {
	list-style: lower-roman;
}
.pildora ol ol ol ol {
	list-style: lower-alpha;
}
.pildora li{
	text-align: justify;
}

*/
