/* CSS Reset */
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, img, ins, kbd, q, s, samp, small, strike, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	
}
/* HTML5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset*/
/* body */
html, body {
	line-height: normal;
}
html {
}
body{
}
/* end body */
/* general */
* {
	outline: 0;
}
a {
	text-decoration: none;
	color: #0269ce;
	/*transition: all .6s linear 0s;*/
}
a:hover{
	text-decoration: underline;
}
.wrapper{
	margin: 0 auto;
	position: relative;
	transition: transform 0.5s ease;
	background: white;
	z-index: 1;
}
.wrapper.active{
	transform: translate3d(75%, 0, 0);
	-webkit-backface-visibility: hidden;
}
.contenedor{
	width: 1024px;
	margin: auto;
	padding-bottom: 45px;
	position: relative;
}
.contenido {
	position: relative;
}
body.sinscroll{
	overflow: hidden
}
code{
	font-family: Verdana;
}
p{
	margin-bottom: 10px;
	line-height: 18px;
}
h1{
	font-size: 36px;
	color: #666;
	margin: 36px auto 37px;
	font-weight: bold;
	text-align: center;
}
h2{
	font-size: 30px;
	line-height: 34px;
}
h3{
	font-size: 26px;
	line-height: 30px;
}
h4{
	font-size: 19px;
	line-height: 23px;
}
h6{
	font-size: 13px;
	font-weight: normal;
}
.white{
	color: white;
}
.gris{
	color: #666666;
}
.ingles{
	color: #ff0000;
	font-weight: bold;
	font-size: 11px;
	background: #ff0000;
	padding: 3px 0 !important;
	color: white;
	width: 58px;
	line-height: 15px;
	text-align: center;
	display: inline-block;
	margin-left: 13px;
}
.ingles:hover {
	text-decoration: none;
}
.naranja{
	color: #ff6633;
}

.txtazul{
	color: #0269ce;
}
a.txtazul{
	text-decoration: underline;
}
a.txtazul:hover{
	text-decoration: none;
}

.mobile-landscape {
	display: none;
	width: 100%;
	height: 100%;
	background: #eeeeee url(int/rotate-screen-phone.jpg) no-repeat center center;
	background-size:cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999999999;
}


/*textos*/
.txt26{
	font-size: 26px;
	line-height: 30px
}
/* alineacion */
.derecha{
	float: right;
}
.derechaingles{
	text-align: right;
	line-height: 11px;
}
.clear{
	clear: both;
}
/* nuevos */

a.regresar{
	background: url(../skin/int/ico-regresar.png) left center no-repeat;
	padding: 0 0 0 16px;
	position: absolute;
	left: -40px;
	z-index: 999
}
.volver{
	padding: 0;
	margin-bottom: 6px;
	display: block;
}
/* mobile */
.leer{ display: none; margin-top: 20px}
.leer span{ width: 17px; margin:0 10px 0 0 !important; float: left; }
.leer span img{ width: 100%; border:none !important;  display: block; margin: 7px 0 0 0 !important; position: relative; }
.leer strong{ font-weight: normal; float: left;}
.cerrar span{ margin-top: 0 !important}

.infodetalle{
	display: block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #666;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #666;
}




