﻿@charset "utf-8";
/*
<!-- ======================================== -->

<!-- Pacifica diseño de profundidad-->
<!-- pacifica http://www.corrientepacifia.com -->
<!-- Contactenos camilo@corrientepacifica.com -->
<!-- Contactenos eduperly@corrientepacifica.com -->
<!-- Tel (57) + 4 + 4447222 -->
<!-- Medellín - Colombia -->
<!-- Suramérica -->

<!-- ======================================== -->
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: black;
	background-image: url(images/bgk.gif);
}
a{
	color:red;
	font-weight:bold;
}
a:hover{
	color:white;
	font-weight:bold;
}
#all {
	margin: 0 auto;
	width: 900px;
}
#header {
	height: 300px;
}
#headerhome {
	height: 370px;
	position:relative;
}

#descargapdf{
	width:166px;
	height:41px;
	position:absolute;
	top:82px;
	left:730px;
	}

#content {
	background-color: #000000;
	background-image: url(images/cont_bak.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}
#izq {
	height: 240px;
	width: 260px;
	background-image: url(images/line_back.gif);
	background-position: right;
	background-repeat: repeat-y;
	float: left;
}
#center {
	width: 430px;
	padding-right: 10px;
	float: left;
}
#center2 {
	width: 616px;
	padding-right: 10px;
	float: left;
	color: #FFFFFF;
}
#center2 li {
	list-style: circle;
	margin-left: 30px;
}
#der {
	float: right;
	width: 110px;
	padding: 15px 30px;
	background-color: #750003;
	background-image: url(images/line_back.gif);
	background-position: left;
	background-repeat: repeat-y;
	text-align: center;
	margin-right: 5px;
}
#der p {
	font-weight: bold;
	margin-bottom: 10px;
}
#menu {
	width: 156px;
	text-align: center;
	color: #FFFFFF;
	float: left;
}
#footer {
	height: 21px;
	width: 900px;
	background-image: url(images/footer-bk.gif);
	text-align: right;
	text-transform: uppercase;
	color: #000000;
}
#footer p {
	color: #000000;
	margin-top: 3px;
	margin-right: 15px;
	font-size: 12px;
}
.uno {
	float: left;
	width: 207px;
	height: 330px;
}
.espacio {
	width: 10px;
	height: 330px;
	float: left;
}
.espacio1 {
	width: 20px;
	height: 330px;
	float: left;
	background-image: url(images/espacio.gif);
	background-repeat: repeat-y;
}
.clear {
	clear: both;
	height: 10px;
}
h1 {
	color: #FFFFFF;
	font-size: 23px;
	margin-bottom: 10px;
	background-image: url(images/h1_bak.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-transform: uppercase;
}
h1 img {
	text-align: right;
	margin-top: 5px;
	padding: 0;
}
h2 {
	color: #b1002c;
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
p {
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
#menu ul {
	list-style: none;
}
#menu li a {
	color: #FFFFFF;
	background-image: url(images/boton.jpg); /*float: left;*/;
	width: 136px;
	height: 27px;
	padding-top: 8px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#menu li a:hover {
	color: #000000;
	background-image: url(images/botonho.jpg);
}
img {
	border: none;
}
/*

/////////////////////
form
////////////////////

*/
#formContenedor {
	text-align: center; /*margin-left:-200px;*/;
	width: 270px;
	float: left;
}
#tabla {
	width: 270px;
	vertical-align: top;
}
td {
	vertical-align: top;
}
input {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid;
}
textarea {
	width: 220px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid;
}
button {
	width: 100px;
	height: 22px;
	font-family: Verdana;
	font-size: 11px;
}
.label {
	width: 110px;
	text-align: left;
}
.campo {
	width: 240px;
}
.ayuda {
	width: 50px;
	text-align: center;
}
.inputNormal {
	border: 1px solid;
}
.inputError {
	border: 1px solid #FF0000;
	background-color: #FFF4F0;
	color: #FF0000;
}
/* Capas de transparencia y mensajes de confirmacion */
#transparencia {
	background-color: #000;
	color:#FFF;
	z-index: 1;
	position: absolute;
	width: 310px;
	height: 180px;
	padding-top: 50px;
	display: none; /*float:left;margin-left:-200px;*/;
	opacity: 0.85;
	filter: alpha(opacity="85");
}
#transparenciaMensaje {
	/*position:relative;
	margin-top:-50px;
	margin-left:-150px;*/
	width: 270px;
	height: 100px;
}
/* Mensajes de ayuda */
#mensajesAyuda {
	width: 160px;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #000000;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
}
#ayudaTitulo {
	background-color: #000;
	color: #FFF;
	padding: 1px;
}
#ayudaTexto {
	vertical-align: middle;
	padding: 2px;
}
