1./**2. * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)3. * http://cssreset.com4. */5.html, body, div, span, applet, object, iframe,6.h1, h2, h3, h4, h5, h6, p, blockquote, pre,7.a, abbr, acronym, address, big, cite, code,8.del, dfn, em, img, ins, kbd, q, s, samp,9.small, strike, strong, sub, sup, tt, var,10.b, u, i, center,11.dl, dt, dd, ol, ul, li,12.fieldset, form, label, legend,13.table, caption, tbody, tfoot, thead, tr, th, td,14.article, aside, canvas, details, embed,15.figure, figcaption, footer, header, hgroup,16.menu, nav, output, ruby, section, summary,17.time, mark, audio, video {18.	margin: 0;19.	padding: 0;20.	border: 0;21.	font-size: 100%;22.	font: inherit;23.	vertical-align: baseline;24.}25./* HTML5 display-role reset for older browsers */26.article, aside, details, figcaption, figure,27.footer, header, hgroup, menu, nav, section {28.	display: block;29.}30.body {31.	line-height: 1;32.}33.ol, ul {34.	list-style: none;35.}36.blockquote, q {37.	quotes: none;38.}39.blockquote:before, blockquote:after,40.q:before, q:after {41.	content: '';42.	content: none;43.}44.table {45.	border-collapse: collapse;46.	border-spacing: 0;47.}

body{
	font-family:Tahoma;
	font-size:11px;
	color:#726e6b;
	position:relative;
	background-image:url(../images/bg.jpg);
	text-align:center;
	margin: 0px auto;
	/*margin-left:10px;*/
}

#bg-image{
	position:absolute;
	left:305px;
	top:200px;
	z-index:-9000;
	float:left;
}

h1{
	/*
	font-family: 'Cantata One', serif;
	font-size:24px;
	color:#099fb0;
	font-weight:400;
	line-height:26px;
	/*padding-top:20px;*/
	/*padding-bottom:20px;*/
	margin:20px 0px 20px 0px;
	
}

.link-home{
	font-family: 'Cantata One', serif;
	font-size:28px;
	color:#099fb0;
	font-weight:400;
	line-height:24px;
	text-decoration:none
}

h2{
	margin:20px 0px 20px 0px;
	/*padding-top:20px;
	padding-bottom:20px;*/
}

h3{
	margin:0px 0px 16px 0px;
	/*padding-bottom:16px;*/
}


.image-transparent{
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.linea-btn{
	margin-left:119px;
	border-bottom:1px solid #7D7D7D;
	width:20px;
	height:1px;
}

.linea-btn-2{
	margin-left:119px;
	border-bottom:2px solid #7D7D7D;
	width:20px;
	height:2px;
}

.linea-contenido{
	border-bottom:1px solid #7D7D7D;
	width:20px;
	height:1px;
}

.linea-paulina{
	border-bottom:2px solid #7D7D7D;
	width:12px;
	height:8px;
	margin-right:3px;
}

.titulo-contenido{
	font-family: 'Enriqueta', serif;
	font-size:12px;
	color:#313131;
	font-weight:700;
	text-decoration:none;
}

.titulo-contenido:hover{
	color:#099fb0;
	text-decoration:none;
	cursor:pointer;
}

.titulo-contenido-apertura{
	font-family: 'Enriqueta', serif;
	font-size:12px;
	color:#099fb0;
	font-weight:700;
	line-height:25px;
	text-decoration:none;
}

.titulo-contenido-apertura:hover{
	text-decoration:none;
	cursor:pointer;
}

#contenedor{
	width:1000px;
	margin: 0px auto;
	text-align:left;
	position:relative;
}

#menu{
	margin:0px;
	text-align:right;
	width:140px;
	float: left;
}

#menu ul{
	list-style:none;
    margin:0px;
	text-align:right;
}

#menu ul li{
	padding-top:25px;
}

#menu ul li a{
	font-family: 'Cantata One', serif;
	font-size:10px;
	color:#313131;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:0px;
}

#menu ul li a:hover{
	color:#099fb0;
}

#contenido{
	float: left;
	width:800px;
	margin-top: 0px;
	margin-left:60px;
	padding-top:84px;
	text-align:left;
}

#centro{
	margin: 0px;
	padding-top:20px;
	width:100%;
}

#contenido ul{
    margin:0px;
	text-align:left;
	font-family: 'Enriqueta', serif;
	font-size:12px;
	font-weight:400;
	color:#099fb0;
	padding-left:20px;
}


#contenido ul li{
	margin:0px;
	padding-bottom:8px;
}

#contenido ul li span{
	color:#313131;
}

.texto-contenido{
	font-family: 'Enriqueta', serif;
	font-size:12px;
	color:#313131;
	font-weight:400;
	width:650px;
	padding-left:5px;
}


.paginacion{
	color:#D47061;
	padding-top:5px;
}

#footer{
	clear: both;
	text-align:center;
	width:1000px;
	padding-top:50px;
	padding-bottom:30px;
	font-family: 'Cantata One', serif;
	font-size:10px;
	color:#313131;
}

.linea-footer{
	border-bottom:1px solid #099fb0;
	width:920px;
	margin-left:30px;
}


#footer ul{
	list-style:none;
    margin:0px;
	margin-right:40px;
	padding-top:10px;
}

#footer ul li{
	display: inline;
}

.tit-footer{
	font-family: 'Cantata One', serif;
	font-size:10px;
	color:#099fb0;
}

.copyright{
	color:#6B6B6B;
}


.inp_text{
	background-color:#DEDEDE;
	font-family:Tahoma;
	font-size:11px;
	width:340px;
	border:0;
	height:22px;
	padding-left:4px;
}

.inp_textarea{
	background-color:#DEDEDE;
	font-family:Tahoma;
	font-size:11px;
	width:340px;
	height:80px;
	border:0;
	padding-left:4px;
}


.link{
	cursor:pointer;
}

/*SLIDE IMG*/

#slide-home{
	margin-top:14px;
	width:716px;
	height:454px;
	background-image:url(../images/bg-polaroid.png);
	background-repeat:no-repeat;
}


.animacion_img {
	float:left;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	position:relative;
	left:19px;
	top:19px;
}

.animacion_img img {
	float:left;
	position:absolute;
	left:0px;
	top:0px;
	display:none;
}




/*FORM*/


ol.forms { float: left; list-style: none; width: 100%;padding:0px; }
ol.forms li { 
 clear: both;
 float: left;
 margin: 0 0 10px;
 width: 100%;
}
ol.forms label { 
 cursor: pointer;
 display: block;
 float: left;
 font-weight: bold;
 margin: 5px 10px 0 0;
 width: 50px;
}
ol.forms input, ol.forms textarea { 
 font: inherit;
 padding: 2px;
 width: 300px;
}
ol.forms textarea { height: 250px; }
ol.forms li.grouping label { margin: 0; width: auto; }
ol.forms li.grouping { margin-bottom: 0; }
ol.forms li.grouping ul { list-style: none; margin-left: 100px; }
ol.forms li.grouping ul label { 
 display: inline;
 float: none;
 font-weight: normal;
 margin: 0 0 0 10px;
 width: auto;
}
ol.forms li.grouping ul input { width: auto; }
/*ol.forms li.buttons { float: none; margin-left: 180px; width: auto; }*/

.submit{
	background-image:url(../images/submit.png);
	background-repeat:no-repeat;
	width: 86px;
	height: 40px;
	text-decoration: none;
	border:0;
	cursor:pointer;
	margin-left: 168px;
}




/*
ol.forms { float: left; list-style: none; width: 100%;padding:0px; }
ol.forms li { clear: both; float: left; margin: 0 0 10px; width: 100%; }
ol.forms label { cursor: pointer; display: block; font-weight: bold; }
ol.forms input, ol.forms textarea { font: inherit; padding: 2px; width: 300px; }
ol.forms textarea { height: 250px; }
ol.forms li.grouping { margin-bottom: 0; }
ol.forms li.grouping ul { list-style: none; }
ol.forms li.grouping ul label { display: inline; font-weight: normal; margin: 0 0 0 10px; }
ol.forms li.grouping ul input { width: auto; }

*/




