/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-radio {
	background: transparent url('../img/radio-red.png') 0 1px no-repeat;
	display:inline-block;
}
.ez-checked { background-position: 0 -18px; }
.ez-selected { background-position: 0 -19px; }
.ez-checked-green { background-position: 0 -18px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:10px; }
.titulares_negro {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.titulares_rojo {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF010C;
	text-decoration: none;
}
.titulares_negros {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.testi {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:italic;
	font-weight: normal;
	color: #FF010C;
	text-decoration: none;
}
.rayitas {	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-style: normal;
	color: #b2b2b2;
	text-decoration: none;
}

.titulares_interio_rojo {	font-family: Helvetica;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #ee3124;
	text-decoration: none;
}
.titulares_interio_rojo1 {	font-family: Helvetica;
	font-size: 21px;
	font-style: normal;
	font-weight: bold;
	color: #ee3124;
	text-decoration: none;
}
.titulares_tablas {	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ee3124;
	text-decoration: none;
}
.titulares_tablas1 {	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ee3124;
	text-decoration: none;
}
.titulares_tablas_negro {	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.titulares_tablas_negro_uno {	font-family: Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.titulares_rojo_persona {	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	font-weight:bold;
	color: #FF010C;
	text-decoration: none;
}
.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #FF010C; text-decoration: none; }
body {
    font-size: 62.5%;
    font-family: Verdana, Arial, Helvetica;    
    padding: 0; margin: 20px;
}

.body-wrap { font-size: 1.2em; }
pre, code { font-size: 1.1em; }

.odd { background-color: #F2FAFC; }
th { text-align: left; }

h2 {
    border-bottom: solid 1px #069;
}

pre {
    background-color:#fafafa;
    padding: 5px;
    border: solid 1px #ccc;
}

.error {
  color: #D8000C;
  background-color: #FFBABA;
  padding: 10px; 
  border: solid 1px #D8000C;
}

.example {
	border: dotted 1px #ccc;
	padding: 15px;
	margin: 15px;
}