* {
    padding:0;
    margin:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
}
img {
  display: block;
}
body {
    background-color: #e8e4d9;
    font-family: verdana, Arial, sans serif;
    font-size: 14px;
}
table {
  margin: 20px 0px 0px 0px;
}
#margen_izdo {
  width: 100px;
  height: 580px;
  position: absolute;
  top: 0px;
  left: -100px;
}
#margen_izdo a {
  position: absolute;
  top: 515px;
  left: 20px;
  z-index: 10;
  text-decoration: none;
  color: #ec1515;
}
#margen_izdo a:hover {
  color: #444;
}
#margen_dcho {
  width: 100px;
  height: 580px;
  position: absolute;
  top: 0px;
  left: 890px;
}
#contenedor {
  position: relative;
  width: 890px;
  height: 580px;
  background-color: #fff;
}
a img, :link img, :visited img {
	border: 0px;
}
ol, ul {
     list-style: none;
}
#col_izda {
  float: left;
  width: 300px;
}
#col_dcha {
  position: absolute;
  left: 350px;
  width: 540px;
  background-image: url(fondo_flor.jpg);
  background-repeat: no-repeat;
  background-position: 100% 10%
}
#menu {
  width: 540px;
  height: 50px;
  padding: 10px 0px 0px 0px;
  margin: 20px 0px 20px 0px;
}
#cuadro_texto {
  width: 500px;
  margin: 50px 0px 0px 0px;
  padding: 0px 10px 3px 10px;
}
#cuadro_fotos {
  position: absolute;
  top: 420px;
  left: 30px;
}
#cuadro_fotos img {
  display: inline;
}
#menu li, #cuadro_fotos li {
    /*flotar los elementos principales de lista*/
  margin: 0px;
  display: inline;
  float: left;
  padding-right: 15px;
  font-size: 16px;
}
.flecha {
  position: absolute;
  top: 180px;
  left: 430px;
}
.entrar {
  margin: 10px 0px 0px 0px;
}
.entrar a {
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
  color: #333;
}
#menu a:link, #menu a:visited {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #ec1515;
}
#menu a:hover {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #444;
}
.seccion_menu {
  position: relative;
  top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}
.texto {
  position: relative;
  top: -20px;
  font-size: 12px;
  font-family: arial, sans serif;
}
#cuadro_texto p {
  font-family: arial, sans serif;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
  /**padding: 0px 10px 3px 10px;**/
}
#fondoformu {
  background-color: #eee;
}
.destacado {
  font-weight: bold;
  color: #555;
}
.destacado_color {
  font-weight: bold;
  color: #ec1515;
}
.indentado {
  padding: 0px 0px 0px 20px;
}
.atenuado1 {
  color: #444;
}
.atenuado2 {
  color: #999;
}

.titulo {
  font-weight: bold;
  color: #014a3f;
  font-size: 18px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
.flota_dcha {
  float: right;
}
.flota_izda {
  float: left;
}
.overlay img {
  margin: 0px 15px 5px 15px;
}
a {
  color: #ec1515;
  text-decoration: none;
}

/**************************** Overlay Basic ***********************************/
/* the overlayed element */
.simple_overlay {

	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#333;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(close.gif);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/*********************************Overlay *************************************/


/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {

	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
}

#datos {
  position: absolute;
  top:579px;
  left: 580px;
  width: 250px;
  height: 80px;
  padding: 7px 0px 0px 0px;
  font-size: 0.9em;
  background-image: url(datos.jpg);
  background-repeat: no-repeat;
}
#curri {
  position: absolute;
  top:579px;
  left: -45px;
  width: 350px;
  height: 80px;
  padding: 7px 0px 0px 0px;
  font-size: 0.9em;
}
.telefono {
  margin: 5px 0px 0px 0px;
  font-weight: bold;
  color: #ec1515;
}
.correo {
  font-weight: bold;
  color:#666;
}

