/* CSS Document */
/*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/
html, body {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%
    }

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1;
	color: #FF6600;
    }

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 2px
    }
#descripcontact  {
	float: right;
	width: 370px;
	height: 300px;
	margin-top: 70px;
	color: #666;
	font-size: 16px;
	margin-right: 60px;
}
#descripcontact  a{
	color: #FF9900;
}

/* the main layout */
#contentForm {
	min-width: 350px;
	width: 350px;
	margin-right: auto;
	margin-left: 60px;
	margin-top: 50px;
	float: left;
    }


#contFrm #name {    font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat;
	background-position: center top;
	height: 18px;
	font-size: 16px;
	color: #666;
    }

#contFrm p #email {    font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat;
	background-position: center top;
	height: 18px;
	font-size: 16px
    }
#contFrm p #telefono {    font-family: Arial, Helvetica, sans-serif;
	width: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat;
	background-position: center top;
	height: 18px;
	font-size: 16px
    }

#contFrm p #message {    font-family: Arial, Helvetica, sans-serif;
	min-width: 350px;
	max-width: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-repeat: repeat;
	background-position: center top;
	max-height: 100px;
	font-size: 16px
    }

/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	width: 150px;
	line-height: 20px;
	margin-bottom: 10px;
	margin: 5px 0;
	font-size: 16px
    }

input, textarea, select {
    margin: 0;
    padding: 2px;
    font-size: 1em;
    color: #666;
    background: #F5F5F5;
    border: 1px solid #ccc;
    margin: 5px 0
    }

input:focus, textarea:focus, select:focus {
    border: 1px solid #999;
    background-color: #FFF
    }

input.button {
    cursor: pointer;
    border: none;
    font-weight: bold;
    width: 120px;
    height: 30px;
    margin-left: 150px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../imagenes/enviar.png)
    }

span.required {
	font-size: 16px !important;
	color: #EB5C1D !important
    }

.errormsg {
	display: inline;
	width: 100%;
	height: 22px;
	line-height: 22px;
	color: #FFF;
	font-weight: normal;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #F00;
	border-bottom: 2px solid #F00;
	background-color: #FF6600;
	background-image: url(../imagenes/stop.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 16px
    }

.msgSent {
	font-size: 16px;
	text-align: center
    }

#boton {
    position: absolute;
    right: 50px;
    top: 250px
    }

p #send {
	font-family: Arial, Helvetica, sans-serif;
	top: 396px;
	right: 146px;
	clear: both;
	float: left;
	color: #FFF;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #FF6600;
    }

p #send:hover {
	top: 396px;
	right: 146px;
	clear: both;
	float: left;
	color: #FFCC00;
	font-size: 16px
    }

p #send:active {
	top: 396px;
	right: 146px;
	clear: both;
	float: left;
	color: #FF9900;
	font-size: 16px;
	background-color: #FFCC00
    }
ul, lo {
	list-style:none}
h4{
	color: #FF6600;
	}
