body {
	text-align: center;
	
}
body {
	padding:20px;
}
nav {
	float:left;
}
footer {
	background-color:#3F3D40;
	height:50px;
	color:white;
	text-align:center;
	vertical-align:bottom;
	line-height: 50px;
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.actual{
	color:#F39200;
	text-decoration:underline;
}
h3{
	background-color:#009D97;
	color:white;
	padding:10px;
}
h3.orange {
	background-color:#F39200;
}
ul.flores-naranjas li{
	list-style-image: url("imagenes/logo-flor-naranja.jpg");
}
ul.flores-verdes li{
	list-style-image: url("imagenes/logo-flor-verde.jpg");
}
/*************/
/** SECTIONS */
/*************/
/** RRSS */
#rrss {
	text-align:right;
	line-height:20px;
}
#rrss a{
	text-decoration:none;
}
#rrss a img{
	width: 20px;
}
/** LOGO */
#logo {
	text-align:center;
	height: 400px;
	background-image: url("imagenes/logo.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
/** SERVICIOS */
#servicios table th img{
	width: 100%;
}
table td p{
	padding-left:30px;
	text-align:left;
	padding-right:10px;
}
/** CONTACTO */
#contacto table{
	background-color: #F4C17C;
}
#mapa {
	width: 60%;
}
#mapa img {
	width:80%;
}
#formulario {
	text-align:left;
}
#formulario form{
		padding-bottom:20px;

}
form .row {
	display:block;
	padding-bottom:20px;
	
}
form .row label{
	display:block;
	margin-bottom:5px;
	font-weight: bolder;
}
form .row input, form .row textarea{
	width: 300px;
	border: 1px solid #efefef;
	height: 20px;
	font-size:12px;
	margin-left:5px;
}
form .row textarea{
	height: 150px;
}
form .row input[type="submit"] {
	width: 150px;
	height: 30px;
	background-color:#F39200;
	border: 0px;
	font-weight: bolder;
	font-size:12px;
}
form .row input[type="submit"]:hover {
	background-color:#FBEB79;

}
#mensaje-obligatorio{
	font-style: italic;
	font-size:11px;
}
span.obligatorio {
	color: #ff0000;
	padding-left:5px;
}

/*************/
/** OTHERS */
/*************/

.leer-mas a{
	display: block;
	float:right;
	margin-right: 20px;
	background-image: url("imagenes/logo-flor-gris.jpg");
	background-position: left;
	background-repeat: no-repeat;
	padding-left:30px;
	height: 30px;
	line-height: 30px;
}
.separador-flores{
	clear: both;
	height: 30px;
	background-image: url("imagenes/logo-flores.jpg");
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom:20px;
	margin-top:20px;
}
.flor-gris, .flor-naranja, .flor-verde{
	background-position: top left;
	background-repeat:no-repeat;
}
.flor-gris{
	background-image: url("imagenes/logo-flor-gris.jpg");
}
.flor-verde{
	background-image: url("imagenes/logo-flor-verde.jpg");
}
.flor-naranja{
	background-image: url("imagenes/logo-flor-naranja.jpg");
}