/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Rosario);
*{ margin:15; padding:10;}
body{font-family:rosario; background-color:#FAD605; 
    margin-top: 20px;
    margin-bottom: 20px;}
div{ max-width:960px; position:relative;    margin-left: 100px;    margin-right: 100px;}
head {margin:50px;}
header{ width:100%; margin-left:7%;}

header p{float:left; }
section { width:960px; height:70px;  border-top-width: 30px; }
header nav{ float:inherit; margin:auto}
header nav ul li{ float: left; list-style-type:none;}
header nav ul li a{text-decoration:blink; padding:5px; margin:30px 20px 30px 20px; font-weight:bold; border-left-style:dotted; border-color:#609; cursor:pointer; color:#000; font-size:18px; }


section{ width:960px; min-height:370px; padding:2%; margin:-27px;}
.columna-de-dos {background:#FC3; width:96%; min-height:500px; border-style:outset; border-color:rgba(255, 0, 0, 1); margin:60px 0px 21px 63px;}
section h1 {font-weight:bolder; font-size:16px; color:#609; width:249px;  }
section h2 {font-weight:bolder; font-size:16px; color:#609; margin:-6px 0px 0px 10px;}
.columna-de-dos article {width:46%; height:300px; margin:1%; padding:1%; position:relative; float:left; background:none repeat scroll 0% 0% rgba(240, 0, 255, 0.35);}
.columnaB article {width:46%; height:300px; margin:5px -63px 0px 4px; padding:0px 66px 0px 14px; position:relative; float:left; background:none repeat scroll 0% 0% rgba(0, 0, 0, 0);}
.columnaB article h {font-weight:bold; font-size:14px;}
.columnaB article p1 { font-variant:normal; font-size:12px;}
.columna-de-dos article div{ margin:8px 0px 0px 47px; float:inherit;}
.columna-de-dos article h1 {float:left; margin:5px; font-size:14px; font-weight:bold;}
.columna-de-dos article p{margin:5px; font-size:12px; font-style:italic; }
.columnaA article{ width:29%; height:300px; margin:-119px 80px 15px 52px; padding:21px 44px 0px 25px; position:relative; float:left; background:none repeat scroll 0% 0% rgba(0, 67, 89, 1); font-size:12px; font-variant:normal; color:#CCC; border-bottom-style:dotted;}
.columnaA article p {font-size:12px; font-style:italic; margin-top:15px; font-variant:normal; font-weight:300;}
.columnaA article h {font-weight:bold; font-size:14px; color:#FC3; margin-left:10px; padding:0px 0px 30px 0px;}


div#pie {margin:0px 0px 15px -20px;}
footer p{ float:right;  font-size:9px; font-style:normal; margin:13px 29px -22px -3px ;}
footer h{ font-size:12px; font-variant:normal; font-weight:bold; margin-left: 51px;}

