* {
	font-family: Lucida Sans, Arial, Helvetica, sans-serif; color #000000;
}

form {
  width: 800px;
  margin: 0 0 0 0 ;
  padding: 50px 60px;
  background-color: #2d2d2d;
  border-radius: 20px;
  position: relative;
}


fieldset {
  color: #000000;
  padding: 0 20px 20px;
  margin: 0 0 30px ;
  border: 2px solid #ffffff;
  background: #B8B8B8 ;
  border-radius: 10px;
}


legend {
  color: #ffffff;
  background: #990033;
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
  padding: 5px;
  margin: 0;
  width: 15em;
  border: 2px solid #660033;
  border-radius: 5px;
 }

/*body {
    background: #B5B5B5}*/
	
body {
  margin: 0 200px 0 200px;
  color: #000000;
	}

header h1 {
	font-size: 36px;
	margin: 0px;
	color: #E31F68;
	}

header h2 {
    font-size: 18px; margin: 0px; color: #888;
    font-style: italic;
}

nav ul {
    list-style: none; padding: 0px; display: block;
    clear: right; background-color: #666;
    padding-left: 4px; height: 24px;
}

nav ul li {
    display: inline; padding: 0px 20px 5px 10px;
    height: 24px; border-right: 1px solid #ccc;
}

nav ul li a {
    color: #EFD3D3; text-decoration: none;
    font-size: 13px; font-weight: bold;
}

nav ul li a:hover {
	color: #fff;
}
article > header time {
    font-size: 14px; display: block; width: 26px;
    padding: 2px; text-align: center; background-color: #993333;
    color: #fff; font-weight: bold; -moz-border-radius: 6px;
    -webkit-border-radius: 6px; border-radius: 6px; float: left;
    margin-bottom: 10px;
}

article > header time span {
    font-size: 10px; font-weight: normal;
    text-transform: uppercase;
}

article > header h1 {
    font-size: 20px; float: left;
    margin-left: 14px; text-shadow: 2px 2px 5px #333;
}

article > header h1 a {
    color: #993333;
}

article > section header h1 {
    font-size: 16px;
}

article p {
    clear: both;
}

footer p {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 24px;
}

/*Divisiones*/
#div1 { 
	background-color: rgba(43,140,219,1); text-align:end; width: 200;
}
.seccion1 {
	background-color: rgba(43,140,219,1); color:rgba(255,252,252,1.00);
}
#encabezado {
	background-color: #B5B5B5; color:#E31F68}
.menu1 {
	background-color: rgba(103,103,103,1); color: #000000;
}
.aside1 {
	background-color: rgba(103,103,103,1);
}
.boton{
        font-size:12px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#63acb5;
        border:1px;
        width:150px;
        height:30px;
}