/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #333;
	height: 100%;
	background: #fff url(img/bg.jpg) repeat-x;
}
h1, h2, h3, h4 {margin:0; padding: 0;}

a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; text-decoration: underline; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }
hr { border: 2px #cecece dotted; margin: 1em 0; }
hr.short { width: 75%; }
p.bold { font-weight: bold; }
.center {text-align: center;}
.clearleft { clear: left; }
.fleft {float: left; margin-right: 6px;}
a img {border: 0;}
.borderimg {border: 2px solid #DFF2BF;}

h3.padrino {
	font-size: 1.4em;
	color: #6B7D16;
	margin-bottom: 8px;
}
h4.lpadrinos {
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #6A9452;
}
strong.pcantidad {
	font-size: 110%;
	font-weight: bolder;
	letter-spacing: 0.2em;
	color: #1B6F00;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	}

/*------------------------------------------------------------*
**  TopUser
**------------------------------------------------------------*/	
 .topuser {
	width: 600px;
	margin: auto;
	text-align: right;
}

#topuser p {
	
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	/*background: url(img/header_top.gif) no-repeat 100% 5px;*/
	/*background-color: #fc0;*/
	position: relative;
	width: 750px; 
	margin: 0 auto;	
	padding: 0;
	}
#header div { 
	background: url(img/header_botm.jpg) no-repeat 0px 70px;
	text-align: left;
	padding: 45px 0 30px 20px;
}

#header form {
  display: inline;
  margin: 10px 0; 
	clear: both;
	padding: 20px 0 0 15px;
	color: #333;
}

#header legend {
	color: #6b7d16;
	background: transparent;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 6px;
	margin-bottom: 8px;
}

#header fieldset {
  display: inline;
  background: transparent;
	font: 1em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #333;
	padding: 2px;
	border: none;
	width: 465px;
}

#header label {
  font: 1.1em "Helvetica Neue", helvetica, arial, sans-serif;
	font-weight: bold;
	color: #6b7d16;
	text-align: right;
	float: none;
	margin-right: 5px;
	display: inline;
	width: 90px;
}

#header input, #header select {
  font: 1.1em "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: #f9f5b9;
  margin: 0 5px 4px 0;
  /*border: 0;*/
  border: solid 1px #546409;
}

#header input.formSubmit {
  color: #fff;
  background-color: #6b7d16;
  cursor: pointer;
}

#header h2 {
	margin: 0; 
	clear: both;
	padding: 10px 0 5px 15px;	
	font-size: 1.4em;
	color: #a4980d;
}
#header h1 {
	margin: 0; 
	clear: both;
	margin: 40px 0 0 5px;	
	font-size: 2.5em;
	color: #73880A;  /*#6b7d16;*/
	}
#header h1 a { 
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;	
	}	
#header h1 a:hover { background-color: transparent; }

#blockwhite {height: 10px; margin:0; background: none;}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 10px;
	padding: 0;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	margin-bottom: 0 !important;
	font-size: 1.2em;
	background: url(img/nav.png) no-repeat;
	width: 100px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { background: url(img/nav-on.png) no-repeat; color: #546409; height: 20px; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #6b7d16; 
	font-style: normal;
	}
#content p {
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	}
#content strong.green {
  color: #92AF0A;
}

#content strong.red {
  color: #6F0000;
}

#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content ul li {
	list-style-type: none;
	background: url(img/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
	line-height: 2em;
	letter-spacing: 0.1em;	
	}
#content ol li {
  padding: 0 0 0 5px;
	line-height: 2em;
	letter-spacing: 0.1em;
}
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Advanced form
**------------------------------------------------------------*/	
form#advanced {
  padding: 1em;
  line-height: 1em;
  display: block;
}

form#advanced input, form#advanced select {
  margin: 5px 0;
  display: block;
  border: 1px #ccc solid;
  background-color: #E1F095;
}

form#advanced p {
  line-height: 1.4em;
}

/*------------------------------------------------------------*
**  Apadrina form
**------------------------------------------------------------*/	
fieldset {
	font: 1em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #333;
	/*background-color: #efefef;*/
	padding: 2px;
	margin-bottom: 10px;
	border: solid 1px #d3d3d3;
	width: 400px;
}

fieldset#submit {
	border: 0;
	text-align: center;
}

#content p.info {
	line-height: 1em;
	margin-top: 0px;
	margin-left: 6px;
	padding-bottom: 6px;
}

legend {
	color: #6b7d16;
	font-weight: bold;
	font-variant: small-caps;
	/*background-color: #E1F095;*/
	padding: 2px 6px;
	margin-bottom: 8px;
}

label {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
}
	
input.formInputText {
	font-size: 1em;
	color: #333;
	/*background-color: #fee;*/
	padding: 2px;
	border: solid 1px #546409;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
}

textarea.formTextArea {
	/*background-color: #fee;*/
	padding: 2px;
	border: solid 1px #546409;
	margin-right: 2px;
	margin-bottom: 5px;
}

select.formSelect {
	font-size: 1em;
	color: #333;
	/*background-color: #fee;*/
	padding: 2px;
	border: solid 1px #546409;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

select.formSelect option.nooption {
	background-color: #6B7D16;
	color: #fff;
	font-weight: bold;
}

input.formInputButton {
	font-size: 1.5em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #671;
	background-color: #E1F095;
	padding: 1px;
	border: solid 1px #671;
	cursor: pointer;
	/*float: right;*/
}

#right input.formSubmitAdv {
  color: #fff;
  background-color: #6b7d16;
  cursor: pointer;
}

.error { color: red; }
input.fill { display: none; }

#left p.error { line-height: 1.2em; }
#left ul.error {
	margin: 10px 0;
	padding: 0 0 0 5px;
}	
	
#left ul.error li {
	list-style-type: none;
	background: url(img/merror.png) no-repeat 0px;
	padding: 0 0 0 20px;
	line-height: 1em;
	letter-spacing: 0.1em;
	color: red;
}	
form h3 {
	font-size: 130%;
	margin-left: 5px;
	color: #71860A;
}

/*------------------------------------------------------------*
**  Apadrina info table
**------------------------------------------------------------*/
#empresatable {
	width: 450px;
	padding: 0;
	margin: 0 0 15px 0;
}

#empresatable caption {
	padding: 0 0 5px 0;
	width: 450px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#empresatable th {
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(img/t_bg_header_gr.jpg) no-repeat;
}

#empresatable th.first {
	border-left: 1px solid #C1DAD7;
}

#empresatable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

#empresatable td.first {
	border-left: 1px solid #C1DAD7;
}

#empresatable td.alt {
	background: #f7ffe9;
	color: #797268;
}

#empresatable td.right {
	text-align: right;
}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #ddee9e; }	
html>body #content ul.thumbs li a { background-color: transparent; }

/* Imágenes flotantes */
.floatleft { float:left; margin: 0px 10px 8px 0px; clear: right; }
.floatright { float:right; margin-left: 5px; clear: left; }

/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	border-right: solid 1px #d3d3d3;
	margin-right: 35px;
	min-height: 300px;
}

#left p.padrinos {
  line-height: 1.8em;
  letter-spacing: 0em;
}

#left div.destacado {
	width: 90%;
	border: 1px solid #E1F296;
	background-color: #F9F5B9;
	padding: 6px;
	text-align: center;
}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 438px;	
	text-align: left;	
	}

#right p.results {
  line-height: 1.8em;
}

/*------------------------------------------------------------*
**  wide
**------------------------------------------------------------*/

#wide {
  float: none;
  text-align: left;
}

/* Mensajes */
div.info, div.success, div.warning, div.error, div.validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
div.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('img/info.png');
}
div.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('img/success.png');
}
div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('img/error.png');
}
div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('img/warning.png');
}
div.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('img/validation.png');
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }

#patrocinio { 
margin-bottom: 10px;
border-bottom: #ccc 1px solid; 
border-top: #ccc 1px solid; 
}
