/* Estilos para etiquetas */
h1 {
	text-transform: capitalize;
	text-align: center;
	color: white;
	line-height: 35px;
	font-size: 20px;
	font-family: "Times New Roman";
	font-weight: bold;
}

h2 {
	text-align: center;
	color: white;
	line-height: 35px;
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight: bold;
}

p {
	text-align: justify;
	color: white;
	font-family: "Times New Roman";
	font-size: 15px;
}
/*FIN DE Estilos para Etiquetas*/


/* Estilo LISTA modificado algunas cosas */
/* Descargado en: https://blog.endeos.com/lleva-las-listas-html-al-siguiente-nivel-con-css/ */
#lista {
    counter-reset: li; 
    list-style: none; 
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#lista ol {
    margin: 0 0 0 2em; 
}

#lista li{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;   
}

#lista li:hover{
    background: #eee;
}   

#lista li:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #fa8072;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

#lista li:after{
    position: absolute; 
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;               
}

#lista li:hover:after{
    left: -.5em;
    border-left-color: #fa8072;             
}
/*FIN DE LISTA*/


/* ID's y CLASS */
/* Define en la web el color de fondo, la anchura y centra el contenido */
#body {
	background: #00424D; 
	width: 800px;
	border: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* la barra de menu y del footer */
.barra {
	background: white;
	text-align: center;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	width: 800px;
}

/* Boton del menu*/
.boton {
	text-decoration:none;
	font-size:20px;
	color:#ffffff;
	padding:8px;
	margin-left: 8px;
	margin-right: 8px;
	background-color:#3a7999;
	border-radius:10px;
}
 
/* Este es el estilo al poner el cursor encima del boton*/
.boton:hover {
	background-color:#000000;
}

#cuerpo {
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	margin-bottom: 35px;
}

/* Boton del footer */
.boton-footer {
	text-decoration:none;
	color:#ffffff;
	padding:8px;
	margin-left: 8px;
	margin-right: 8px;
	background-color:#3a7999;
	border-radius:10px;
}

.boton-footer:hover {
	background-color:#000000;
}

#contenedor_texto {
	background: black;
	border-radius: 15px;
	padding: 20px;
}

#contenedor_info {
	width: 800px;
	padding: 20px;
}

#contenedor_imagenes {
	text-align: center;	
}

.imagenes {
	margin-left: 1.5px;
	margin-right: 1.5px;
}

.imagenes_texto {
	text-decoration:none;
	font-family: "Times New Roman";
	font-size: 23px;
	font-weight: bold;	
	color: white;
	margin-left: 95px;
	margin-right: 95px;
}

#contenedor_deb_ima {
	text-align: center;
}

/* Textos de Surf */
.peq_text {
	background: gray;
	padding-left: 20px;
	padding-right: 20px;
}

/* Video de Youtube*/
#zona_video {
	width: 800px;
	margin: auto;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 70px;
	padding-bottom: 70px;

}


/*FORMULARIO PARA CONTACTO */
/* Descarga: https://colorlib.com/wp/template/colorlib-contact-form/ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea,
#contact button[type="submit"] {
  font: 600 12px/16px "New Times Roman";
}

#contact {
  background: #F9F9F9;
  padding: 30px;
  margin: 50px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #3a7999;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #000000;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
/*FIN DE FORMULARIO PARA CONTACTO*/