/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Twelve Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

body {
	background-color: #F3EEDB;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	box-shadow: none;
}
.entry-title {
	display: none;
}

/* Fuente personalizada */

@font-face {
	font-family: 'MTCORSVA';
	src: url('./MTCORSVA.eot');
	src: local('MTCORSVA'), url('./MTCORSVA.woff') format('woff'), url('./MTCORSVA.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6771">Text with this font applied</p> */
.fuente_corsiva {
	font-family: 'MTCORSVA' !important;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'MTCORSVA';
	font-size: 20px;
}
.site-header h1 {
	font-size: 35px;
}
.site-header h2 {
	font-size: 22px;
}
#menu-menu-principal {
	font-family: 'MTCORSVA';
}
li {
	font-family: 'MTCORSVA';
	font-size: 13px !important;
}
.entry-content li, .comment-content li, .mu_register li {
	font-family: 'MTCORSVA';
	font-size: 18px !important;
}
/* Botón formulario */
.wpcf7-form-control.wpcf7-submit {
  width: 84%;
  font-size: 18px;
}
/* Selector de idioma */
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  padding-top: 20px;
}