@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
	padding-right: 5px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

* {
    box-sizing: border-box;
}

.row   {
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.column		{
	width: 75%;
	float: left;
	
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
h1 {
	font-size: 2em;
	font-weight: normal;
	color: #ef2918;
	margin: 10 0 .5em 0;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	text-align: center;
	line-height: 1.25em;
}
h2 { font-size: 1.7em; margin: 0 0 1em 0; }
h3 { font-size: 1.5em; margin: 0 0 1em 0; }
p {
	margin-top: 0.015em;
  	margin-bottom: 0.015em;
	}

html {
	 background-image: linear-gradient(to right, #0900b1, #ffffff, #ff0c15);
	-moz-background-size: cover;
	-o-background-size: cover;
	background-repeat: repeat;
	border-color: #00247E;
	border-width: 1px;
	 
}
body  {
	line-height: 1.5em;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size: 14px;
	text-align: center;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.wrapper  {
	width: 100%;
	height: 100%;
}
 .header  {
	max-width: 1064px;
	text-align: center;
	
	margin: 0 auto;
	z-index: 10;
	padding-left: 10px;
 }
.page	{
	 max-width: 1064px;
	 margin: 0 auto;
	 z-index: 1;
}
.copy  {
	width: 75%;
	float: right;
	margin: 10px auto;
	background-color: rgba(245,239,239,0.75);
	border-radius: 5px;
	overflow: hidden;
	text-align: left;
	margin-left: 10px;
	color: #002576;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	padding-left: 5px;
}

ul{
	list-style-type: decimal;
}
ul ul{
	list-style-type: upper-alpha;
}
ul ul ul {
	list-style-type: lower-alpha;
}
.links	{
	width: 20%;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: 5px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	background-color: rgba(245,239,239,0.75);
	border-radius: 5px;
	overflow: hidden;
	background-image: url(../images_021/namesList.png);
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	padding-left: 5px;
	background-repeat: repeat;
}
 .nav {
	list-style-type: none;
    margin: 0;
    padding: 0;
	width: 100%;
	text-align: left;
}
 .nav ul {
	 margin: 0;
	 padding: 0;
	 width: 35%;
	 font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	 text-align: cleft;
	 font-style: italic;
	 font-size: 1 em;
	 
}
.nav ul a {
	color: #002576;
	text-decoration: none;
	
}
.nav li{
	display: block;
	padding: 4px 4px 4px 12px;
    margin-bottom: 3px;
	cursor: pointer;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(100,93,24,15.12);
	border: 1px solid #002576;
	border-radius: 5px;
	background-color: rgba(245,239,239,0.75);
}

.nav li :hover {
	color: #ff2410;
}

a { color: #ff2410; text-decoration: none;}
a:hover { color: #002576; }

.divFormInfo		{
	position: relative;
	width:55%;
	height: auto;
	z-index: 1;
	text-align: left;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.divFormTitle		{
	position: relative;
	width:30%;
	height: auto;
	z-index: 1;
	text-align: right;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 11pt;
	padding: 10px 10px 0px 0px;
	float: left;
}

footer { 
	font-size: .85em;
	color: #002576;
	padding: 5px 5px 5px 10px;
}
 
.divBienvenu	{
	width: 95%;
	float: left;
	color: #ff2410;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
	text-shadow: 1px 1px 1px #002676;
}
.divWelcome	{
	width: 95%;
	float: left;
	color: #ff2410;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-size: 12pt;
	text-align: center;
	text-shadow: 1px 1px 1px #002676;
}
@media only screen and (min-width: 769px) {
	
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.nav	{
	max-width: 1064px;
	background-color: rgba(245,239,239,0.75);
	border-radius: 5px;
	margin: 5px auto;
	text-align: center;
}
.nav ul {
	width: 100%;
}
.nav li{
	display: inline;
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 2px 2px 2px 10px;
}
.nav a{
    display:inline-block;
}

.links	{
	width: 20%;
}

.copy	{
	width: 78%;
}
.divBienvenu	{
	width: 48%;
	float: left;
	color: #ff2410;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-size: 18pt;
	text-align: center;
	text-shadow: 1px 1px 1px #002676;
}
.divWelcome	{
	width: 48%;
	float: left;
	color: #ff2410;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-size: 18pt;
	text-align: center;
	text-shadow: 1px 1px 1px #002676;
}
.column		{
	width: 30%;
	float: left;
	
}
}
