body{
	/*font-family: 'Open Sans', sans-serif;
	font-weight: 300;*/
}
.tab.style-1 dl{ 
    display      : block; 
    margin       : 0; /* margin-bottom: 0; top gap of content */
    padding      : 0; 
    height       : 38px; /*38px*/ 
    border-radius: 5px;
}
.tab.style-1 dl dd { 
    display    : block; 
    width      : auto; 
    height     : 38px; /*38px*/ 
    padding    : 0; 
    float      : left;
    margin-left: 0px; /* tabs distance */
    transition: 0.5s ease;
	-o-transition: 0.5s ease;   
}
.tab.style-1 dl dd:first-child { }
.tab.style-1 dl dd a {
    display        : block; 
    width          : auto; 
    height         : 45px; 
    padding: 9px 36px 0px;
    line-height    : 38px; 
    margin         : 0 -1px 0 0; 
    color          : #666; 
    background: #eee; 
    text-decoration: none;
    transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.tab.style-1 dl dd a:hover { color: #000; }
.tab.style-1 dl dd a.active {
    background: #ffffff;
    border-width: 1px 1px 0 1px;
    height      : 45px; 
    color       : #000;
    border-bottom-color: rgba(255,255,255,0);
    border-radius: 5px;
}
.tab.style-1 {
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.28);
    border: 0px solid#eee;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
 .tab.style-1 > ul { 
     display      : block;
     margin       : 0; 
     padding      : 22px;
     background   : #fff;  
}    
.tab.style-1 > ul li { display:none; }
.tab.style-1 > ul li.active { display: block; }
.tab.style-1 dl dd.users a.user { 
    background: url("../img/images/ccp_plomo.png") no-repeat 37px 10px #eee;
    padding: 8px 80px 0px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
}
.tab.style-1 dl dd.users a.active { 
    background: url("../img/images/ccp.png") no-repeat 37px 10px #fff;
    padding: 8px 80px 0px;
}
 .tab.style-1 dl dd.users a.active { 
	 background: url("../img/images/ccp.png") no-repeat 37px 10px #fff;
     padding: 8px 80px 0px;
     border-top-left-radius: 5px;
     -webkit-border-top-left-radius: 5px;
     -moz-border-top-left-radius: 5px;
     -o-border-top-left-radius: 5px;
}
.tab.style-1 dl dd.users a:hover { 
    background: url("../img/images/ccp.png") no-repeat 37px 10px #fff;
    padding: 8px 80px 0px;
}
.tab.style-1 dl dd.messages a.msg { 
    background: url("../img/images/dni_plomo.png") no-repeat 37px 10px #eee;
    padding: 8px 80px 0px;
}
.tab.style-1 dl dd.messages a.active{ 
    background: url("../img/images/dni.png") no-repeat 37px 10px #fff;
    padding: 8px 80px 0px;
}
.tab.style-1 dl dd.messages a:hover{ 
    background: url("../img/images/dni.png") no-repeat 37px 10px #fff;
    padding: 8px 80px 0px;
}
.tab.style-1 dl dd.settings a.setting { 
    background: url("../img/images/apelli_plomo.png") no-repeat 37px 10px #eee;
    padding: 8px 80px 0px;
}
.tab.style-1 dl dd.settings a.active { 
    background: url("../img/images/apelli.png") no-repeat 37px 10px #fff;
    padding: 8px 80px 0px;
}
.tab.style-1 dl dd.settings a:hover { 
    background: url("../img/images/apelli.png") no-repeat 37px 10px #fff;
    padding: 8px 80px 0px;
}
.row{
    text-align: center;
    margin: 0px auto;
    padding-top: 2em;
    width: 738px;
}
.form {
    text-align: center;
}
.form input[type="text"]{
	font-size: 0.82355em;
	font-family: 'Open Sans', sans-serif;
	color: #B1B1B1;
	border: 2px solid rgba(216, 216, 216, 0.39);
	padding: 0.9em 0.9em;
	outline: none;
	text-align: left;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	width: 320px;
	margin: 10px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.form input[type="submit"] {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	border: none;
	padding: 0.7em 0.9em;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	font-weight: bold;
	width: 200px;
	margin: 20px 10px 10px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	outline: none;
	cursor: pointer;
	background: #90C842;
}
.form input[type="submit"]:hover {
	background:#0287CC;
	color:#fff;
}
.form input[type="text"]:hover{
	border:2px solid #0287CC;
	color: #0287CC;
}
.settings{
	text-align:left;
	padding: 18px 6px 10px;
}
.settings h5{
	font-family: 'Open Sans', sans-serif;
	color: #919191;
	display: block;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.8em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.settings h5:hover{
	color: #0287CC;
}
.textoHab{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0286CC;
}
/*-----start-responsive-design------*/
@media only screen and (max-width: 1366px){

	
}
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1024px){

	
}
@media only screen and (max-width: 800px){

	
}
@media only screen and (max-width: 640px){

	
}
@media only screen and (max-width: 480px){
	.row {
		width: 361px;
	}
	.tab.style-1 dl dd.users a.user { 
    	 background: url("../img/images/ccp_plomo.png") no-repeat 30px 10px #eee;
    	  padding: 9px 45px 0px;
    }
	.tab.style-1 dl dd.users a.active { 
        background: url("../img/images/ccp.png") no-repeat 30px 10px #fff;
        padding: 9px 45px 0px;
    }
     .tab.style-1 dl dd.users a:hover { 
    	 background: url("../img/images/ccp.png") no-repeat 30px 10px #fff;
    	  padding: 9px 45px 0px;
    }
     .tab.style-1 dl dd.messages a.msg { 
      background: url("../img/images/dni_plomo.png") no-repeat 32px 10px #eee;
       padding: 9px 46px 0px;
    }
     .tab.style-1 dl dd.messages a.active{ 
      background: url("../img/images/dni.png") no-repeat 32px 10px #fff;
       padding: 9px 46px 0px;
    }
     .tab.style-1 dl dd.messages a:hover{ 
        background: url("../img/images/dni.png") no-repeat 32px 10px #fff;
         padding: 9px 46px 0px;
    }
     .tab.style-1 dl dd.settings a.setting { 
      background: url("../img/images/apelli_plomo.png") no-repeat 31px 10px #eee;
       padding: 9px 10px 0px;
    }
    .tab.style-1 dl dd.settings a.active { 
      background: url("../img/images/apelli.png") no-repeat 31px 10px #fff;
       padding: 9px 10px 0px;
    }
    .tab.style-1 dl dd.settings a:hover { 
      background: url("../img/images/apelli.png") no-repeat 31px 10px #fff;
       padding: 9px 10px 0px;
    }
	.form input[type="text"] {
		width: 273px;
	}
	.form input[type="submit"] {
		width: 302px;
	}
    .ccp_texto{
        visibility: hidden;
    }
}
@media only screen and (max-width: 320px){
	.row {
		width: 300px;
	}
	.tab.style-1 dl dd.users a.user {
		background: url("../img/images/ccp_plomo.png") no-repeat 18px 10px #eee;
		padding: 0px 2px 0px;
        text-align: center;
	}
    .tab.style-1 dl dd.users a.active { 
        background: url("../img/images/ccp.png") no-repeat 18px 10px #fff;
        padding: 0px 2px 0px;
        text-align: center;
    }
     .tab.style-1 dl dd.users a:hover { 
    	 background: url("../img/images/ccp.png") no-repeat 18px 10px #fff;
         padding: 0px 2px 0px;
        text-align: center;
    }    
	.tab.style-1 dl dd.messages a.msg {
		background: url("../img/images/dni_plomo.png") no-repeat 18px 10px #eee;
		padding: 0px 18px 0px;
	}
    .tab.style-1 dl dd.messages a.active{ 
      background: url("../img/images/dni.png") no-repeat 18px 10px #fff;
      padding: 0px 18px 0px;
    }
     .tab.style-1 dl dd.messages a:hover{ 
        background: url("../img/images/dni.png") no-repeat 18px 10px #fff;
        padding: 0px 18px 0px;
    }
	.tab.style-1 dl dd.settings a.setting {
		background: url("../img/images/apelli_plomo.png") no-repeat 18px 10px #eee;
		padding: 0px 1px 0px;
	}	
    .tab.style-1 dl dd.settings a.active { 
      background: url("../img/images/apelli.png") no-repeat 18px 10px #fff;
      padding: 0px 1px 0px;
    }
    .tab.style-1 dl dd.settings a:hover { 
      background: url("../img/images/apelli.png") no-repeat 18px 10px #fff;
      padding: 0px 1px 0px;
    }
	.form input[type="text"] {
		width: 169px;
	}
	.form input[type="submit"] {
		width: 198px;
	}
    .ccp_texto{
        visibility: hidden;
    }
    .dni_texto{
        visibility: hidden;
    }
    .nomb_texto{
        visibility: hidden;
    }
}