body{
 font:"Courier New", Courier, monospace;
 background:#CCC;
}

.header{
	text-align: right;
	
}
.liga{
	border:thin;
	border-radius:10px;
	background:#69F;
	color:#FFF;
	}
input[type=text]{
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  input[type=text]:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
	}
   textarea{
    border:2px solid #aaa;
    border-radius:4px;
    margin:8px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  textarea:focus{
    border-color:dodgerBlue;
    box-shadow:0 0 8px 0 dodgerBlue;
	}
	
a:hover{
	font-size:16px;
	color:#6CF;
	text-decoration:none;
}
a:link {
	color:#FFF;
	text-decoration:none;
}
.footer{
	padding-top:10px;
	font-size:9px;
	background:#093;
	color:#FFF;
}
.contenedor{
width:80%;
height:100%;
margin:auto;
background:#FFF;
}
.contendor.h3{
color:#C30;
}
.contenido{
	padding:15px;
	height:150px;
	}
.informativo{
width:25%;
float:left;
color:#FFF;
font:'Times New Roman', Times, serif;
margin:5px;
padding:3%;
background:#69F;
border-radius:3px;	
	}.contenedor table {
	text-align: left;
}
