#body
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/overlay.jpg") repeat;
		}

h1,#dialog-box h1{
    margin:8px 15px;
    padding:4px 12px;
    font-size:32px;
    color: #EF7C00;
    border-bottom: 1px solid #EFEFEF;
	font-family: sans-serif;
	font-weight: 100;
}

p{
	color: #000;
	font-family: tahoma;
	font-size: 12px;
    line-height: 20px;
}

#div-formulario{
    width:720px;
    margin:0 auto;
	background: url("images/contacto.png") no-repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    height: 680px;
	box-shadow: 0 0 0 20px #FFFFFF, 0 10px 60px 10px rgba(8, 11, 19, 0.55);
	}

#form-container{
    width:370px;
	float: left;
	margin-top: -25px;
    padding-left: 10px;;
	height: 497px;
}

#div-imagen{
    width:300px;
	padding: 10px;
	float: right;
	height: 400px;
	background: url("images/contactoimg.png") no-repeat no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.footer{
    background: rgba(18, 21, 29, 0.85);
    font-weight: 200;
    left: 0;
    width: 720px;
	text-align: center;
	color: #FFFFFF;
	line-height: 50px;
	clear: both;
}


#dynamic-form{
    width:600px;
    padding:10px;
    min-height:100%;
}

div.rqrd{
    font-size:12px;
    color:#B01717;
    margin-left:2px;
    display: inline;
}


form{
    color:#575757;
    font: 13px/1.3em Arial,Sans-Serif;
}

input, select, textarea{
    width:300px;
    height:22px;
    padding:2px 5px;
    border:1px solid;
    background: none repeat scroll 0 0 rgba(219, 109, 0, 0.5);
    border-color: #D8E0E3;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    font-family: 'Lucida Grande', sans-serif;
    /*corner*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

textarea{
    height:60px;
    resize:none;
}

select{
    height:25px;
}

.row{
   margin:5px 8px;
   padding: 5px 10px 8px;
   width:400px;
   cursor:move;
   position: relative;
   border-radius:5px;
}

.selected{
    border:1px dashed #000;
    cursor:pointer;
    padding: 4px 9px 7px;
}

.current{
    background: none repeat scroll 0 0 #DFEFFC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

input.checkbox, input.radio{
    width:15px;
    margin:0 10px 0 0;
    height:15px;
}

input.error, textarea.error{
    border-color: #FAD0D0 !important;
    box-shadow: 0 0 3px 0 rgba(176, 23, 23, 0.4);
    color: #B01717 !important;
}

label.error{
    color: #B01717;
    text-transform:none;
}


input[type="text"]:hover,  input[type="password"]:hover,  input[type="file"]:hover,  textarea:hover,  select:hover {
    color:#444444;
    background: #ffc088 none;
    border-color:#000;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="file"]:focus,  textarea:focus,  select:focus  {
    color:#444444;
    background: #fff none;
    border-color:#659ec9 #70aedd #a8cfec;
    outline: 0;
}

.button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em; 
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    text-shadow: 0px 0.5px 0.5px #4d4d4d;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
    text-decoration: none;
}
.button:active {
    position: relative;
    top: 1px;
}

.blue {
    color: #d9eef7;
    border: solid 1px #a85204;
    background: #db6d00;
    background: -webkit-gradient(linear, left top, left bottom, from(#db6d00), to(#ffa452));
    background: -moz-linear-gradient(top,  #db6d00,  #ffa452);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#db6d00', endColorstr='#ffa452');
}
.blue:hover {
    background: #007ead;
    background: -webkit-gradient(linear, left top, left bottom, from(#db6d00), to(#773b05));
    background: -moz-linear-gradient(top,  #db6d00,  #773b05);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#db6d00', endColorstr='#773b05');
}
.blue:active {
    color: #80bed6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
    background: -moz-linear-gradient(top,  #0078a5,  #00adee);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

a
	{
		color: #fff;
		color: rgba(255,255,255,0.85);
		font-family: tahoma;
    text-decoration: none;
	}