
:focus {
	outline: 0;
}
body {
	line-height: 1.5;
	color: black;
	position: relative;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" ""; 
}
html #contact li.sIFR-replaced{
	display: block;
	float: left;
	width: 160px;
}
.sIFR-replaced{
	height: 16px;
}

/*                     END RESET               */


h1,h2,h3{
	font-weight:bold;
}
body, html{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #f3f7ff;
	height: 100%;
}
.centrado
{
	margin: 0 auto;
	width:500px;
}
a{
	color: #598F8F;
}
.outerbox{
	width: 700px;
	float: left;
	height: 100%;
	/*margin: 0 0 0 400px;*/
	margin: 0 0 0 430px;
	display: inline;
	position: relative;
}
#infobox{
	float: right;
	margin: 0 300px 0 300px ;
}
#infobox p.box, #infobox div.box{
	height: 450px;
}
.box{
	background: transparent url(../images/fff50.png);
	width: 500px;
	height: 420px;
	float: left;
	font-size: 0.85em;
	position: relative;
	color: #686868;
	margin: 40px 0 0 0;
	padding: 10px 10px 35px 10px;
	display: inline;
	border: 1px solid #CCCCCC;
		border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
.outerbox > .box{
	height: auto;
	min-height: 420px;
}
.box p, .box h2{	
	margin: 3px 0;
	float: left;
	clear: left;
	text-align: justify;
	width: 500px;
}
.box h2{
	width: 500px;
	font-size: 1.4em;
	margin: 10px 0 5px 0;
}
#info, .info{
	padding: 10px;
}
.info{
	background: transparent url(../images/fff50.png);
}

.description
{
height:170px;
position:absolute;
right:-16px;
top:-17px;
width:170px;
}
.contacto
{
	background:url("../images/contacto.png") no-repeat scroll right top transparent;
}
/*FORMS*/
label
{
	display:block;
	font-size:14px;
	line-height:2em;
}
#loading img {
	padding: 0;
	margin: 0;
}
textarea
{
		width:80%;
		margin:0 auto;
		height:100px;
		color:#888888;
}
form input[type="text"]{
color:#888888;
}
input.submit {
/*
color:#000000;
margin-top:20px;
padding:5px;
width:auto !important;*/
	background-image:url("images/bg_nav_hover.png");
	background-repeat:repeat-x;
	border-color:#077DB3 #077DB3 #05537C;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	height:32px;
	margin-top:10px;
	text-decoration:none;
	text-transform:uppercase;
	width:auto;
}
.requisites{
	display:none;
}
.error{
	background: #fff8cc;
	padding:5px;
	margin-left:10px;
	/*color: #171717;*/
	color:#d42323;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.messageerror
{
	margin-left:30%;
	display:none;
}
input.error{

}
#loading {
	background:url("images/transparent.png") repeat scroll 0 0 transparent;
	margin:0 auto;
	color:#FFFFFF;
	padding:10px;
	position:relative;
	text-align:center;
	top:-250px;
	width:300px;
	display:none;
	font-weight:bold;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
}
#transparencia {
    -moz-border-radius: 5px 5px 5px 5px;
    background: url("images/transparent.png") repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: none;
    font-weight: bold;
    height: auto;
    left: 30%;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 230px;
    z-index: 999;
}
#botonEnviar, .button {
	bottom: 15px;
    float: left;
    margin-right: 10px;
    right: 15px;
}

#botonEnviar, .button.fit {
    float: left;
}

#botonEnviar, .button {
    -moz-border-radius: 3px 3px 3px 3px;
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	background-color: #c72d2d;
    border: 1px solid #CF1010;
    color: #FFFFFF !important;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 18px;
    min-width: 40px;
    padding: 4px 15px 6px;
    text-align: center;
    text-shadow: 0 -1px 0 #333333;
}
#botonEnviar:hover, .button:hover
{
	background-color: #CF1010;
}
/*FORMS*/