@charset "utf-8";
/* CSS Document */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el código HTML es necesario añadir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* Mis estilos */
.limpiar
{
	float:none;
	width:100%;
	height:0px;
	clear:both;
	display:block
	
	
	
}

.contenedor_formulario
{
	width:100%;
    font-family: Arial,Helvetica,sans-serif;
	max-width:1100px;
	margin: auto;
	
}

.contenedor_formulario .textos
{
	text-align:center;
	line-height:40px;
	
}

.llamadoAccion, #telefono, #telefono2
{
    color: #454545;
    font-weight: bold;
    text-align: center;

}

.llamadoAccion.superdes
{
	font-size:50px
}



.llamadoAccion
{
	font-size:27px;
	line-height:38px;
	margin-bottom:11px;
}


#telefono
{    padding-left: 35px;
	background: url(http://www.curso-fotografia-digital.com/images/iconotelefono.jpg) no-repeat center left;
}

#telefono2
{
	padding-left:35px;
	background: url(http://www.curso-fotografia-digital.com/images/iconowhatsapp.jpg) no-repeat center left;
}

.aviso{
	font-size:.8em;
	text-align:center;

}

.Campo_obligatorio
{
	color:#F00;
	font-size:1em
	
		
}

.separador{
    box-sizing: border-box;
 	margin-top:10px;
    border: 1px solid #666;
    padding-bottom: 9px;
}

.leyendas,
.campos
{
	
	display:block;
	margin-bottom: 9px;
    margin-top: 10px;
}

.leyendas
{margin-left:10px;
	
}

.campos
{
	width:97%;
	padding:1px;
	padding-left:15px;

	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	border-width:1px;
	height:26px;
	box-sizing:border-box;
	margin:auto;
	
}

.horarios
{
	float:left;
    box-sizing: border-box;
 
    margin-left: 2%;
    width: 47%;
	border:1px solid #666;
	padding-bottom:9px;
}

legend
{
	 margin-left: 6px;
    padding: 3px
}


.horarios .horario
{
    display: inline-block;
    width: 80%;
	margin-top:12px;
	padding-left:15px;
	font-size:13px;
}

textarea
{
	width:97%;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	resize:none;
	display:block;
	margin:10px auto;
}

#iconoWhats
{
	padding-left:21px;
	background:url(../images/iconoWhatsapp.png) left center no-repeat;
}


.g-recaptcha{
margin-top: 14px;
}

.g-recaptcha > div{
	margin:auto;

}

#enviar
{
	
	background: #007ebd none repeat scroll 0 0;
	border-radius: 4px;
    color: #fff;
    cursor: pointer;
    text-align: center;
	border: 1px solid transparent;
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20px;
    padding: 4px 6px;
    text-indent: 0;
    text-transform: none;
    vertical-align: middle;
    word-spacing: normal;
	font-size: 15px;
	width:100%;
	margin-top:15px;
}






/* Estilos para errores controlados por JavaScript*/

.error{
    
    clear: both;
    color: red;
    display: block;
    margin-left: 0.9em;
    background: url(alerta.png) no-repeat center left;
    padding-left: 15px;
    text-align: left;

}

.inputError
{
  background-color: red !important;
  color:black !important;
}

.inputfoco
{
	background:#CCC;
}