@charset "UTF-8";

/* ### GERAL ###  */

*
{
	margin:0;
	padding:0;
	list-style-type: none;
	outline:none;
	border: none;
	font-weight: normal;
}

html,body 
{
	height: 100%;
}

body
{
	overflow-y:scroll;
	font-family:"gandhiSerifRegular", Verdana, Serif;
	color: #FFF;
}

p 
{
	margin: 10px 0px;
}

a 
{
	color: inherit;
	text-decoration: none;
}

.wrap 
{
	width: 960px;
	margin: auto;
}

header 
{
	width: 100%;
	height: 220px;
	background: #FFF;
}

header .wrap  
{
	border-top: 7px solid #0E3C62;
	position: relative;
}

h1 
{
	width: 240px;
	height: 175px;
	background: url(../img/logo.jpg) no-repeat;
	margin: 20px auto;
}

h1 a  
{
	display: block;
	width: inherit;
	height: inherit;
	text-indent: -9999px;
}

h2 
{
	font-family:"gandhiSerifBold", Verdana, Serif;
	font-size: 1.5em;
	width: 430px;
	background: url(../img/bg_blue.png) repeat;
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
}

h3
{
	font-family:"gandhiSerifBold", Verdana, Serif;
	font-size: 1.5em;
	width: 560px;
	background: url(../img/bg_blue.png) repeat;
	padding: 10px 20px;
	margin: 0px 0px 20px 0px;
}

.menu
{
	position: absolute;
	top: 100px;
	font-family:"gandhiSerifBold", Verdana, Serif;
	text-transform: uppercase;
}

.menu a 
{
	padding: 5px;
	color: #0E3C62;
}

.menu a.actual 
{
	border: 2px solid #A49576;
}

.menu a:hover 
{
	border-bottom: 2px solid #A49576;
}

.menu-left
{
	left: 0px;
}

.menu-left a:last-child 
{
	margin: 0px 0px 0px 100px;
}

.menu-right
{
	right: 0px;
}

.menu-right a:last-child 
{
	margin: 0px 0px 0px 100px;
}

.screen
{
	width: 100%;
}

.screen .wrap 
{
	position: relative;
}

.home
{
	padding: 650px 0px 0px 0px;
}

.bg-home1
{
	background:url(../img/bg_home01.jpg) no-repeat 50% 0px fixed;
}

.bg-home2
{
	background:url(../img/bg_home02.jpg) no-repeat 50% 0px fixed;
}

.bg-home3
{
	background:url(../img/bg_home03.jpg) no-repeat 50% 0px fixed;
}

.bg-escritorio
{
	background:url(../img/bg_escritorio01.jpg) no-repeat 50% 0px fixed;
}

.bg-servicos
{
	background:url(../img/bg_servicos01.jpg) no-repeat 50% 0px fixed;
}

.bg-contato
{
	background:url(../img/bg_contato01.jpg) no-repeat 50% 0px fixed;
}

section 
{
	width: 100%;
	padding: 80px 0px 0px 0px;
}

footer 
{
	width: 100%;
	height: 200px;
	border-top: 2px solid #FFF;
	background: url(../img/bg_blue.png) repeat;
	margin: 50px 0px 0px 0px;
}

footer div.telefono
{
	text-align: center;
	float: left;
	margin: 55px 0px 0px 120px;
	font-size: 17pt;
}

footer div.ubicacion
{
	text-align: center;
	float: right;
	margin: 55px 100px 0px 0px;
	font-size: 17pt;
}

.c_error{
    color: #FF2828;
    font-size: 15px;
    margin-left: 5px;
}
.hide{
display:none;
}

/* ### ESCRITORIO ###  */

#escritorio 
{
	display: table;
}

#escritorio img 
{
	float: left;
}

#escritorio h2 
{
	float: right;
}

#escritorio .texto-1
{
	width: 430px;
	background: url(../img/bg_blue.png) repeat;
	float: right;
	padding: 21px 20px;
}

#escritorio .texto-2
{
	width: 920px;
	background: url(../img/bg_blue.png) repeat;
	clear: both;
	padding: 21px 20px;
}

/* ### SERVICIOS ###  */

#servicios ul
{
	width: 520px;
	background: url(../img/bg_blue.png) repeat;
	padding: 20px 40px;
}

#servicios ul li
{
	list-style: disc;
	font-family:"gandhiSerifBold", Verdana, Serif;
	margin: 20px 0px;
}

#servicios ul li ul 
{
	background: none;
	padding: 0;
}

#servicios ul li ul li 
{
	font-family:"gandhiSerifRegular", Verdana, Serif;
	list-style: none;
	margin: 0px;
}

#servicios ul li ul li:before 
{
	content: ' - ';
}

#servicios ul li ul li ul li
{
	font-family:"gandhiSerifRegular", Verdana, Serif;
	list-style: none;
	margin: 0 0 0 20px;
}

#servicios ul li ul li ul li:before 
{
	content: ' + ';
}

/* ### ESTUDIO ###  */

#estudio ul
{
	width: 590px;
	padding: 0px 21px;
}

#estudio ul li
{
	list-style: disc;
	font-family:"gandhiSerifBold", Verdana, Serif;
	margin: 20px 0px;
}

#estudio ul li ul 
{
	background: none;
	padding: 0;
}

#estudio ul li ul li 
{
	font-family:"gandhiSerifRegular", Verdana, Serif;
	list-style: none;
	margin: 0px;
}

#estudio ul li ul li:before 
{
	content: ' - ';
}

.titulo { font-size:20pt; }

/* ### CONTACTO ###  */

#contacto #form
{
	width: 430px;
	background: url(../img/bg_blue.png) repeat;
	padding: 20px 20px;
}

#contacto input, #contacto textarea 
{
	width: 400px;
	padding: 5px 5px;
	margin: 10px 0px;
	border: 1px solid #FFF;
	background: none;
	color: inherit;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

#contacto input:focus, #contacto textarea:focus 
{
	border: 1px solid #A49576;
}

#contacto textarea 
{
	height: 100px;
}

#contacto input#enviar 
{
	width: 80px;
	background: #FFF;
	text-transform: uppercase;
	color: #0E3C62;
	cursor: pointer;
}

#contacto input#enviar:hover 
{
	opacity: 0.8;
}

#contacto input#enviar:active 
{
	margin-left:2px;
}

#c_information{
    width: 100%;
    border: solid 1px #ccc;
    background: #25A25A;
    padding: 4px 0 4px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
}







