@import url(reset-min.css);
@import url(menu.css);
@import url(formulario.css);
html, body {
	height: 100%;
	min-height: 100%;
}
#supercontenedor {
	height: 100%;
}
#contenedor {
	width: 650px;
	padding-top: 30px;
	padding-left: 70px;
	padding-bottom: 30px;
}
#pie{
	padding-bottom: 30px;
}
.clear {
	clear:both;
}
html {
	background-color: #00aef4;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	margin-bottom: 12px;
}
h2 {
	font-size: 16px;
	margin-bottom: 12px;
}
p {
	margin-bottom: 12px;
}
a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	text-decoration: underline;
}
.aclarar {
	color: #005579;
}
.nubeempresas {
	/*color:#a6e3fb;*/
	color: #005579;
	font-size: 14px;
}
.nubeempresas .aclarar{
	color:#fff;
}

.azul {
	color: #005579;
}
.contact .blanco {
	color: #fff;
}
.contact li {
	margin-top: 1px;
	font-size: 12px
}
.contact a, .contact li {
	color: #005579;
}
.contact a:hover {
	color: #fff;
}
.tc {
	margin-bottom: 12px;
	font-size: 14px;
}
.tc .ic {
	float: left;
	width: 320px;
	height: 260px;
	padding: 5px;
	background-color: #006b98;
}
.tc .dc {
	float: left;
	width: 300px;
	height: 260px;
	padding-left: 20px;
}
.tc .ic .rc {
	position: relative;
}
.tc .ic .rc a{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tc .ic .rc .first{
	z-index: 1;
}
.tc h2 {
	margin-bottom: 4px;
}
.tc h3 {
	margin-top: -1px;
}
.tc h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
.tc .lc a {
	color: #006b98;
}
.tc .lc a:hover {
	color: #fff;
}
.tc .lc .lct {
	display: inline;
	
}
.tc .lc .lct li{
	display: inline;
}
