﻿@charset "utf-8";
/* CSS Document */

/**** INICIO CSS RESET ****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**** FIN CSS RESET ****/

/**** INICIO FUENTES ****/

body{
	font-family:Arial, Helvetica, sans-serif;	
	}

.white-color{
	color:#fff;
	}
	
.pink-color{
	color:#e6007d;
	}

/**** FIN FUENTES ****/

/**** INICIO CONTENEDORES GENERALES ****/

.main-wrapper {
	position: relative;
	margin:0 auto;
	width: 100%;
}

header, .content, footer {
	position: relative;
	margin:0 auto;
	width: 100%;
}

.section-wrapper{
	width:960px;
	margin:0 auto;
	}

.left{
	float:left;
	}

.right{
	float:right;
	}

/**** FIN CONTENEDORES GENERALES ****/

/**** INICIO HEADER ****/

header{
	float:left;
	height: 130px;
	background: #7dc300;
}

.fuaa-logo {
	position: relative;
	float: left;	
	margin: 32px 0 0 50px;
}

/**** FIN HEADER ****/

/*** INICIO CONTENT ***/

.content{
	float:left;
	background:#e6e6dc
	}

.content h1{
	padding:530px 0 0 0;
	text-transform:uppercase;
	font-size: 3em;
	}

.content h2{
	color:#00a0e6;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	}

.content h4{
	color:#e6007d;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	margin:30px 0 0 0;
	}

.reu-img{
	margin:40px 0;
	}

.inner-wrapper{
	width:780px;
	margin:0 auto;
	}

.banner, .banner img{
	width:100%;
	}

.form{
	background:#e6e6dc;
	width:100%;
	padding: 0 0 45px 0;	
	}

.form-label{
	text-align: left;
	margin: 30px 0 10px 3px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

.row-100{
	width:100%;
	display:inline-block;
	text-align:center;
	}

.row-50{
	width:49%;
	}

input[type=text] {
   width:99%;
   height:32px;
   border:0 none;
   padding: 0 0 0 1%;
   font-size:12px;
   color:#a8a8a8;
}

select {
   width:99%;
   height:32px;
   border:0 none;
   padding: 0 0 0 1%; 
   font-size:12px;
   color:#a8a8a8;     
}

.form-title{
	position:relative;
	padding:30px 0;
	}

.blue-title{
	background:#00a0e6;
	}

.green-title{
	background:#7dc300;
	}

.form-title h3{
	font-weight:bold;
	color:#FFF;
	font-size:25px;
	text-transform:uppercase;
	}

input[type=submit] {
	position: relative;
	margin: 40px 0 0 0;
	width: 100px;
	height: 34px;
	background: #e6007d;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	cursor:pointer;
	color:#fff;
}

input[type=submit]:hover{
	background-color: #7dc300;
}


/*** FIN CONTENT ***/

/*** INICIO FOOTER ***/

footer{
	float:left;
	height:214px;
	background-color:#555555;
	color:#fff;
	}

footer li{
	font-size:11px;
	float:left;
	line-height:18px;
	margin:0 12px 0 0;
	}

footer p{
	padding:60px 0 0 0;
	font-size:18px;
	line-height:20px;
	}

.admisiones{
	font-family:Verdana, Geneva, sans-serif;
	font-size:32px;
	padding:0 0 10px 0;
	border-bottom:2px solid #2cb7c2;
	margin:45px 0 38px 0;
	}

.admisiones a{
	text-decoration:none;
	color:#fff;
	}

.green{
	color:#7dc300;
	}

.bold{
	font-weight:bold;	
	}

.linea-grat{
	font-size:23px;
	line-height:26px;
	}

/*** FIN FOOTER ***/