/*
  E:\webs\codeserver\htm\home-informas-skeleton\enconstruccionrd01_para123_directo
  style.css
  Version: 2017-04-14 18:30
================================================================================
FPO: 2015
================================================================================
REVISIONES:
===========
2017-04-14  Contemplo nuevos campos y Captcha
            Pueden faltar ajustes
================================================================================
*/
/*************** F O N T S *************************/
@font-face {
    font-family: 'GessoRegular';
    src: url('fonts/GESSO___-webfont.eot');
    src: url('fonts/GESSO___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GESSO___-webfont.woff') format('woff'),
         url('fonts/GESSO___-webfont.ttf') format('truetype'),
         url('fonts/GESSO___-webfont.svg#GessoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LintsecRegular';
    src: url('fonts/Lintsec-webfont.eot');
    src: url('fonts/Lintsec-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lintsec-webfont.woff') format('woff'),
         url('fonts/Lintsec-webfont.ttf') format('truetype'),
         url('fonts/Lintsec-webfont.svg#LintsecRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************  R E S E T ******************************/
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
  box-sizing: border-box;
  NObox-sizing: content-box;
}
*, *:before, *:after {
  box-sizing: border-box;
}


/*

http://stackoverflow.com/questions/7206640/css-vertically-align-div-when-no-fixed-size-of-the-div-is-known/7256012#7256012

You can do this by using inline-blocks, one with height: 100% (and same heights for HTML and BODY) and vertical-align: middle.

Example 1: http://jsfiddle.net/kizu/TQX9b/ (a lot of content, so it's full width)

In this example I use spans, so It would work in IE without hacks, if you'd like to use divs, don't forget to add in Conditional Comments for IE .helper, .content { display: inline; zoom: 1; }, so inline-blocks would work for block elements.


*/
html,
body,
.helper {
    height: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.helper,
.content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.content {
  width: 98%;
}

body{
	font-family: Arial, sans-serif;
  font-size: 12px;
  background: none;
	color: #080808;
  width: 100%;
  border: 0px solid blue;
}

/********** G E N E R A L    S T Y L E ***************/
#wrapper{
  width: 96%;
	margin: 0px auto;
	padding: 2% 0;
}
#imgec {
  float:left;
  width: 34%;
}
#content{
  float: right;
  width: 64%;
}

/*********  L O G O  &  CM   S T Y L E *******************/
h1{
	font-family: LintsecRegular;
	font-weight: normal;
	font-size: 300%;
	color: #FFF200;
	background-color: #000;
	padding: 4% 1%;
	width: 100%;
	border-radius: 6px;
  text-align: center;
  
}
h2{
	font-family: GessoRegular;
	font-weight: normal;
  font-size: 800%;
  width: 100%;
  text-align: center;
  margin: -20px 0;
}
p{
	font-size: 24px;
	text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  width: 100%;
  text-align: center;    
}
#o{
	margin: 0;
  font-size: 300%;
	font-weight: bold;
}

.ourl{
	font-size: 400%;
  text-transform: uppercase;
	font-weight: bold;
  margin: 0px 0 20px;
}
a img{
	margin: 10px 10px 10px 0;
}

/************ F o r  m   S T Y L E ***********************/
form{
	margin-top: 10px;
  overflow: hidden;
  padding: 2px;
}
#sub input{
	display: block;
	float: left;
}

input[type="email"]
, input[type="text"]
, input#captcha_code {
  font-size:24px;
  float: right;
  width: 100%;
	color: #121212;
	background-color: #ccc;
	border: 1px solid #888;
	border-radius: 5px;
	padding-left: 6px;
  margin: 2px;
}
input[type="submit"]{
clear: both;
  float: right !important;
	width: 20%;
  font-size:24px;
	color: #fff200;
	font-weight: bold;
	background-color: #000;
	border: 2px solid #181818;
	border-radius: 10px;
	margin: 10px 0 20px;
}
input[type="submit"]:hover{
	cursor:pointer;
}
input[type="submit"]:active{
	padding: 0 3px 3px 0;
	color: #fff200;
	border: 2px inset #181818;
}
.clear {
    clear: both;
}
.acla {
  text-align: left;
  NOmargin: 20px 0 10px;
}

.destacada {
  color: #4040ff;
  margin: 0 auto;
  width: 80%;
  border: 2px solid #4040ff;
  padding:10px;
  border-radius: 10px;
}

.bk1280
, .bk960
, .bk800
, .bk600
, .bk480
, .bk320
, .bk240
{ display: none; 
  font-size: 24px;
}


/* Captcha */
img#imgcaptcha
{
  float: right;
	color: #121212;
	background-color: #ccc;
	border: 1px solid #888;
	border-radius: 5px;
	padding: 2px 6px;
  margin: 2px;
}

input#captcha_code {
  float: right;
  width: 60%;
  clear: left;
}

span#captchadiv
{
  display: inline-block;
  overflow:hidden;
  clear:both;
  float: left;
  width: 100%;
	background: none;
	border: 1px solid #888;
	border-radius: 5px;
	padding: 2px 6px;
  margin: 2px;
}
p#captcha_err {
  color: #ff0000;
  clear: both;
  float: left;
  width: 100%;
  text-align: center;
}

/* Para 960px */
@media only screen and (max-width: 980px) and (min-width: 821px) {
  body {
    NObackground-color: #ff0000;
    font-size: 11px;
  }
  h2{font-size:700%;margin: 5px 0;}
  p{font-size:18px;}
  #o{font-size:22px;}
  .ourl{font-size:32px; margin: 20px 0;}  
  input[type="email"]
  , input[type="text"]
, input#captcha_code  {
    font-size:22px;
  	padding:4px;
    NOmargin: 0 0 0;
  }
  input[type="submit"]{
  	width: 50%;
    font-size:22px;
  	margin: 16px 0 10px;
  }  
  .NObk960 { display: block; }
}

/* Para 800px */
@media only screen and (max-width: 820px) and (min-width: 621px) {
  body {
    NObackground-color: #ffff00;
    font-size: 8px;
  }
  h2{font-size:760%;margin: 5px 0;}
  p{font-size:18px;}
  #o{font-size:18px;}
  .ourl{font-size:20px; margin: 10px 0;}  
  input[type="email"]
  , input[type="text"] 
  , input#captcha_code{
    font-size:22px;
  	padding:4px;
    NOmargin: 0 0 0;
  }
  input[type="submit"]{
  	width: 50%;
    font-size:22px;
  	margin: 16px 0 10px;
  }  
  .NObk800 { display: block; }
}

/* Para 600px */
@media only screen and (max-width: 620px) and (min-width: 501px) {
  body {
    NObackground-color: #00ff00;
    font-size: 6px;
  }
  h2{font-size:800%;margin: 5px 0;}
  p{font-size:18px;}
  #o{font-size:18px;}
  .ourl{font-size:20px; margin: 10px 0;}  
  input[type="email"]
  , input[type="text"] 
  , input#captcha_code{
    font-size:22px;
  	padding:4px;
    NOmargin: 0 0 0;
  }
  input[type="submit"]{
  	width: 50%;
    font-size:22px;
  	margin: 16px 0 10px;
  }  
  .NObk600 { display: block; }

input#captcha_code {
  width: 70%;
}
  
}

/* Para 480px */
@media only screen and (max-width: 500px) and (min-width: 341px) {
  body {
    NObackground-color: #0000ff;
    font-size: 4.5px;
  }
  h2{font-size:640%;margin: 5px 0;}
  p{font-size:14px;}
  #o{font-size:14px;}
  .ourl{font-size:16px; margin: 2px 0;}  
  input[type="email"]
  , input[type="text"]
  , input#captcha_code{
    font-size:16px;
  	padding:4px;
    NOmargin: 0 0 0;
  }
  input[type="submit"]{
  	width: 50%;
    font-size:16px;
  	margin: 16px 0 10px;
  }  
  .NObk480 { display: block; }
}

/* Para 320px */
@media only screen and (max-width: 340px) and (min-width: 5px)  {
  body {
    NObackground-color: #00ffff;
    font-size: 4.5px;
  }
  
  
/********** G E N E R A L    S T Y L E ***************/
#wrapper{
  width: 96%;
	margin: 0px auto;
	padding: 2% 0;
}
#imgec {
  float:left;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
#content{
  float: left;
  width: 100%;
}  
  
  
  
  h2{font-size:640%;margin: 5px 0;}
  p{font-size:14px;}
  #o{font-size:14px;}
  .ourl{font-size:14px; margin: 10px 0;}  
  input[type="email"]
  , input[type="text"] 
, input#captcha_code  {
    font-size:18px;
  	padding:4px;
    NOmargin: 0 0 0;
  }
  input[type="submit"]{
  	width: 50%;
    font-size:20px;
  	margin: 16px 0 10px;
  }  
  .NObk320{display:block;}
  
input#captcha_code {
  width: 66%;
  float: left;
}
  
img#imgcaptcha
{
  
  float: right;
}

/* Para 240px */
/*
@media only screen and (max-width: 260px) and (min-width: 5px)  {
body {background-color: #ffcc33;}
.bk240 { display: block; }
}
*/