@charset "utf-8";
/* CSS RESETEO */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ****************************** FIN RESETEO *********************************************** */
body, html {
	color: #123456;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #FBF7EE;
}
#cajatop {
	width: 100%;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
	height: 60px;
	clear: both;
	background-color: #FFFFFF;
}
/* --------------------- MENU ---------------------------- */
#top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 135px;
	clear: both;
	background-color: #FFFFFF;
	background-position: 0px 0px;
}
#menu {
	position: relative;
	width: 603px;
	left: 310px;
	background-image: url(images/bg2.gif);
	background-position: 1px bottom;
	background-repeat: no-repeat;
	height: 26px;
	top: 102px;
}
#menu ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	font-weight: bold;
}
#menu li {
	display: inline;
	float: left;
	margin-left: 6px;
}
#menu li a {
	text-decoration: none;
	color: #000000;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FC8B01;
	border-right-color: #FC8B01;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FC8B01;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #EEEEEE;
}
#menu li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FC8B01;
}
/* --------------------- RESTO --------------------------- */
#cont {
	clear: both;
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF8C00;
	border-left-color: #FF8C00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8C00;
	background-image: url(images/bg0.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#cont p {
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#cont h1 {
	font-size: 24px;
	font-weight: bold;
	color: #FC8901;
	margin-bottom: 5px;
	background-image: url(images/pin1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#cont .ref {
	padding-bottom: 39px;
	padding-left: 50px;
}
#cont ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: inside;
	list-style-type: square;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-size: 12px;
}
#cont .img1 {
	border: 1px solid #FC8901;
	padding: 4px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
}
#cont .img2 {
	padding: 4px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	clear: none;
	float: right;
}
#cajadir {
	color: #CC0000;
	padding: 10px;
	width: 388px;
	border: 1px solid #FF9900;
	background-color: #FFF5E8;
	margin-bottom: 15px;
}
/* *************** MAPA GOOGLE **************** */
#map {
	height: 300px;
	width: 684px;
	margin-top: 10px;
	border: 3px solid #ff8c00;
	margin-bottom: 20px;
}
/* ---------------- FORMULARIO --------------------- */
form {
	overflow: visible;
}
label {
	display:block;
	font-weight:bold;
	color: #FC8901;
	margin-bottom: 5px;
}
fieldset {
	border:1px solid #FC8901;
	padding: 20px;
	margin-bottom: 10px;
}
legend {
	color: #FC8901;
	font-weight:bold;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	border: 1px solid #FC8901;
}
select {
	border: 1px solid #FC8901;
}
input:focus, textarea:focus {
	background-color: #FFFFCC;
}
/* ******************************************** */
/* ************** MENSAJES ******************** */
/* ******************************************** */
.info, .ok, .atencion, .nok {  
    border: 1px solid;  
    margin: 10px 0px;  
    padding:15px 10px 15px 50px;  
    background-repeat: no-repeat;  
    background-position: 10px center;  
}  
.info {  
    color: #00529B;  
    background-color: #BDE5F8;  
    background-image: url('images/info.png');  
}  
.ok {  
    color: #4F8A10;  
    background-color: #DFF2BF;  
    background-image:url('images/ok.png');  
}  
.atencion {  
    color: #9F6000;  
    background-color: #FEEFB3;  
    background-image: url('images/atencion.png');  
}  
.nok {  
    color: #D8000C;  
    background-color: #FFBABA;  
    background-image: url('images/nok.png');  
}
/* ********************** PIE ************************* */
#pie {
	background-color: #ff8c00;
	clear: both;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#pie p {
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

