/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}
body {
	margin: 0;
	font-size: 1em;
	line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

/* ==== primary styles =====================================================
   Author: Carlos Espinosa - 31 Agosto 2012
   ========================================================================== */

   
header {
	background:#333333;
}
.home {
	background:#7d502d url("../img/img_fondo.jpg") no-repeat center 50px;
	color:#000;
}
.wrapper {
	width:960px;
	margin:0 auto;
}
.contenedor{
	width:810px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.col_1_1 {
	padding:455px 0 0 110px;
}
.col_1_2 {
	width:354px;
	*width:394px;
	padding:0 0 0 60px;
	*padding:20px 0 0 0;
	font-size:12px;
}
.col_1_2 .tit_crono {
	font-size: 20px;
	font-weight: bold;
	padding: 105px 0 0;
	*padding: 85px 0 0;
}
.col_1_2 .tit_anios{
	padding:100px 30px 0;
	*padding:80px 80px 0 0;
	font-weight:bold;
}
.col_1_2 .tit_anios .anio {
	font-size:16px;
}
.col_1_2 .tit_anios .anios {
	font-size:24px;
	line-height:18px;
}
.col_1_2 .fecha_ini{
	padding:13px 0 0 0;
	*padding:0;
	/*font-weight:bold;*/
	text-align:center;
	font-size:14px;
}
.col_1_2 .fecha_vaca{
	padding:13px 0 0 0;
	*padding:11px 0 0 0;
	/*font-weight:bold;*/
	text-align:center;
	font-size:14px;
}
.col_1_2 .tit_qui{
	padding-top:15px;
	font-size:14px;
	/*font-weight:bold;*/
}
.col_1_2 .mes{
	width:140px;
	line-height:25px;
}
.col_1_2 .vaca {
    padding: 5px 0 0;
    width: 200px;
	*width:230px;
}
.tit_cam{
	padding:30px 0 0 70px;
	*padding:30px 0 0 140px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	width:100%;
}
#cambios{
	font-size:12px;
	padding-bottom:170px;
}
#cambios .flecha{
	padding:10px 0 0 140px;
}
#cambios .left .flecha{
	padding:23px 0 0 140px !important;
}
#cambios .left .eva{
	padding:0 0 0 220px;
	line-height:19px;
}
#cambios .flecha_con{
	padding:22px 0 0 0;
}
#cambios .right .con{
	padding:0 0 0 20px;
	line-height:19px;
}









