
#top {
    background: url(../imagenes/cabecera.png) no-repeat;
    min-height: 10px;
    position: relative;
    color: black;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}
#login{
    font-family: arial;
    font-style: italic;
    font-size: 12px;
    margin: auto auto;
    margin-top: 200px;
    width: 350px;
    height: 200px;
    padding: 10px;
    background-color: whitesmoke;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #999;
    opacity: 1;
    text-align: center;
}
#color1{
    background-color: green;

}

#pie{
    padding: 30px;
    text-align: center;
}

.center_content {
    margin: 30px auto auto auto; 
    background: url(../imagenes/cabecera.png) no-repeat;
    background-size: 100% 175px;
    background-color: white;
    padding: 10px;
    width: 1000px;
    min-height: 500px;
    opacity: 0.9;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #13259B;
}

#top a:link, #top a:visited {
  color: white;
  font-weight : bold;
  text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
  color: black;
  font-weight : bold;
  text-decoration : underline;
}
.center_content1 {
    margin: 0px auto auto auto; 
    background: url(../imagenes/cabecera1.png) no-repeat;
    background-size: 100% 30px;
    background-color: white;
    padding: 0px;
    width: 600px;
    min-height: 40px;
    opacity: 0.9;
    
}

.center_content2 {
    margin: 0px auto auto auto; 
       background-size: 100% 175px;
    background-color: white;
    padding: 5px;
    width: 100%;
    min-height: 680px;
    opacity: 0.9;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #13259B;
}

.container {
  width: 100%; /* Full width */
  background-color: #ddd; /* Grey background */
}
p{
  color:#525252;
  font-size:12px;
}

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
width:110px;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:green;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

.rangeslider {
     ancho: 50%;
     }

.myslider {
     -webkit-apariencia: ninguno;
     fondo: # FCF3CF;
     ancho: 50%;
     altura: 20px;
     opacidad: 2;
    }

.myslider: hover {
     opacidad: 1;
 }

.myslider :: - webkit-slider-thumb {
     -webkit-apariencia: ninguno;
     cursor: puntero;
     fondo: # 34495E;
     ancho: 5%;
     altura: 20px;
 }

.center_content3 {
    margin: 30px auto auto auto; 
    background: url(../imagenes/cabecera.png) no-repeat;
    background-size: 100% 175px;
    background-color: white;
    padding: 10px;
    width: 1000px;
	height: 500px;
    min-height: 300px;
    opacity: 0.9;
    border-radius: 15px;
    box-shadow: 4px 4px 10px #13259B;
}
