/*

# ------------------------------------------------------------------------
# JA Rochea template for joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------

*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #4F4F4F;
	background: #FFFFFF;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 1.5;
}

body#bd {
	margin: 0;
	padding: 0;
	text-align: center;
	/*background: url(../images/bd-bg.gif) #E6E6E6;
	background: url('../images/background2.png') center top no-repeat, url('../images/background1.png') #555555;*/
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #4F4F4F;
	text-decoration: none;
	font-size: 14px;
}

a:hover, a:active, a:focus {
	color: #D25D23;
	text-decoration: underline;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 35px;
	line-height: 170%;
	background: url(../images/arrow.png) no-repeat 25px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}

td, div {
	font-size: 100%;
}


.btn 
{
	width: 100%;
	padding: 8px 0px;
	background: #4BA7A2;
	border: none;
	color: white;
}

.btn button:hover
{
	width: 200%;
}

.botones button
{
	height:38px;
	margin: 5px 0px;
	-webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}

.botones button:hover
{
	background-color: #66E0DB;
}

.campos-combo
{

}

.campos-combo select
{
width: 100%;
border: 2px solid #E6DBD5;
padding: 4px 0px;
font-size: 15px;
text-transform: uppercase;
}

.campos-combo input
{
width: 100%;
border: 2px solid #E6DBD5;
padding: 4px 0px;
font-size: 15px;
text-transform: uppercase;
text-align: center;
}
.btn_titulo 
{
	width: 100%;
	padding: 8px 0px;
	background: #9FC651;
	margin: 20px 0px 10px 0px;
	border: none;
	color: white;
	text-align: center;
	font-size: 16px;
}


/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 100%;
	width: 100%;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #4F4F4F;
}

.button {
	background: #D25D23;
	color: #FFFFFF;
	border: 1px solid #D25D23;
	padding: 15px 35px;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 5px;
}

.inputbox:hover, .inputbox:focus {
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	/*border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;*/
}

.wide #ja-wrapper {
	width: 950px;
}

#ja-container,#ja-container-fr {
	/*background: url(../images/container-bg.gif) repeat-y 170px 0;*/
}

.wide #ja-container,.wide #ja-container-fr {
	/*background: url(../images/container-bg.gif) repeat-y 214px 0;*/
}

#ja-container-f, #ja-container-fl {
	background: none;
}

#ja-contentwrap {
}

#ja-content {
	padding: 15px 10px 20px;
	margin: 0;
	clear: both;
	display: block;
}

.wide #ja-content {
	padding: 30px 20px 20px;
	font-size: 18px;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	clear: both;
	text-align: center;
	/*background: url(../images/mainnav-bg.gif) repeat-x top;*/
}

#ja-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	float: left;
	width: 150px;
	height: 46px;
	/*background: url(../images/logo.gif) no-repeat;*/
}

#ja-header h1 a {
	width: 220px;
	height: 46px;
	display: block;
	text-indent: -900%;
}

#ja-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

div.header-sep {
	/*background: url(../images/subnav-bg-wide.gif) no-repeat top left;
	padding: 4px 0;
	clear: both;*/
}

/* Search */
#ja-search {
	background: url(../images/search-bg-narrow.gif) no-repeat left;
	width: 160px;
	height: 38px;
	margin-bottom: 5px;
}

.wide #ja-search {
	background: url(../images/search-bg-wide.gif) no-repeat left;
	width: 200px;
}

#ja-search .inputbox {
	margin-top: 3px;
	margin-left: 30px;
	border: none;
	width: 100px;
}

.wide #ja-search .inputbox {
	width: 130px;
}

#ja-subhead {
	background: none;
	position: relative;
	border-top: 8px solid #F3F3F3;
}

#ja-subhead div.innerpad {
	background: url(../images/top-bg-narrow.png) repeat-y top left;
	position: absolute;
	top: 20%;
	right: 0;
	padding: 10px 0 15px;
	width: 100%;
}

.wide #ja-subhead div.innerpad {
	background: url(../images/top-bg.png) repeat-y top left;
}

#ja-subhead div.moduletable {
	color: #FFFFFF;
	padding-left: 230px;
}

#ja-subhead div.moduletable h3 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 225%;
	text-decoration: none;
	background: none;
}

#ja-subhead div.moduletable a {
	color: #FFFFFF;
}

#ja-subhead .article_separator {
	display: none;
}

#ja-subhead ul {
	margin: 0;
}

#ja-subhead li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/arrow4.gif) no-repeat 5px 8px;
}

/* NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	width: 550px;
	height: 46px;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

.wide #ja-mainnavwrap {
width: 100%;
top: 50px;
position: relative;
background: url("../img/fondomenu.png");
}

#ja-mainnav {
	width: 520px;
	float: left;
}

.wide #ja-mainnav {
	width: 950px;
}

#ja-mainnav a {
	color: #4F4F4F;
	outline: none;
	font-size: 130%;
	text-transform: uppercase;
	padding: 0 18px 3px 20px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#ja-mainnav a:hover, #ja-mainnav a:active, #ja-mainnav a:focus {
	text-decoration: none;
}

#ja-subnav {
	clear: both;
	background: url(../images/subnav-bg-wide.gif) no-repeat top left;
	line-height: normal;
}

/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	/*background: url(../images/mainbody-bg.gif) repeat-x top;*/
}

#ja-mainbody, #ja-mainbody-fr {
	float: left;
	width: 594px;
}

.wide #ja-mainbody, .wide #ja-mainbody-fr {
	width: 730px;
}

#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 80%;
	background: none;
}

#ja-mainbody-fl #ja-col2 {
	float: right;
	width: 20%;
}

#ja-mainbody-f {
	float: none;
	width: 100%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 75%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 175px;
	overflow: hidden;
}

.wide #ja-col1 {
	width: 220px;
}

#ja-col1 div.innerpad {
	padding: 85px 7px 15px; 
}

.wide #ja-col1 div.innerpad {
	padding: 5px 15px 15px; 
}

#ja-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
	padding: 15px 0;
}

#ja-col2 div.innerpad {
	padding: 0 7px 0 0; 
}

.wide #ja-col2 div.innerpad {
	padding: 0 15px 0 0; 
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}

 FOOTER
--------------------------------------------------------- */
#ja-footer {
	padding: 10px 0;
	
}
/*background: url(../images/container-bg.gif) repeat-y 170px 0; background: url(../images/container-bg.gif) repeat-y 214px 0;*/
.wide #ja-footer {
	
}

#ja-footer a {
	color: #999999;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #4F4F4F;
}

#ja-footer small {
	padding: 0 15px;
	margin-left: 180px;
	display: block;
}

.wide #ja-footer small {
	margin-left: 225px;
}

div#logo-ext {
	padding-top: 18px;
	width: 170px;
	float: left;
	text-align: center;
}

.wide div#logo-ext {
	width: 220px;
}


/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Login form */
#form-login p {
	margin: 0px;
}

#form-login ul li {
	padding-left: 10px;
	background: url(../images/arrow.png) no-repeat 0px 6px;
}

