/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	background: #EEF4F7 url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

input {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
	width:80%;
	height:20px;
}
textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
	width:80%;
	height:50px;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}


a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}




/* Sidebars */

.sidebar {
	width: 620px;
	margin-top: 10px;
	color: #000000;
	float:left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}


.sidebar li {
	padding: 4px 0 4px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #0A6894;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0A6894;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 5px;
	color: #FFFFFF;
	background: url(images/title.png) ;
	height: 23px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	width:600px;
	text-align:center;
}

#info {
	color: #FFFFFF;
	font-size: 16px;
	text-align:left;
	margin-top:1%;
	margin-left:1%;
	float:left;
	max-width:200px;
}

.bottom_small
{
height: 11px;
background: url(images/bottom_small.png) no-repeat;
width: 620px;
margin-bottom: 6px;
}


#rightbar {
margin-left: 5px;
padding-left:10%;
float:left;
z-index:1;
}

#leftbar .back, #rightbar .back
{
background: #ffffff url(images/title_back.png) no-repeat;
padding: 10px;


}

#contacto{
width: 600px;
text-align:justify;
}
.texto{
width:80%;
}
.boton{
        font-size:10px;
        font-family:Verdana,Helvetica;
        font-weight:bold;
        color:white;
        background:#638cb5;
        border:0px;
        width:80px;
        height:19px;
		position:relative;
		cursor:pointer;
     }
.falta{
	 border:2px solid red !important;
	 width:80%; 
 }
 .falta2{
	 border:2px solid red !important;
 }
.novisible{
	display:none;
}

