﻿/* Defaults */
:focus { outline: 0; }
* { padding:0; 
	margin:0; 
}

html { 	width:100%;
		height:100%; 
}

/* Body */
body {  background-image:url(../imgs/main_bg_ver2012.jpg);
		background-repeat:repeat-x;
		background-color:#f7ecbc;
		margin:0;	
		padding:0; 
}

/* Generales */
h1 {
	font-size:14px;
	font-family:Arial;
	color:#7c2665;
	line-height:24px;
	word-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
h2 { font-size:12px; font-weight:bold; font-family:Verdana; color:#7c2665;}
h3 { font-size:14px; }
ul { list-style-type:none; /*con esto quitamos las viñetas*/}
li { font-size: 12px; }

#maincenter {
      position:relative;
      width:1010px;
      height:auto;
      left:50%;
      top:0;
      margin-left:-500px;
	  background-image:url(../imgs/bg-home-espacio.png);
	  background-repeat:no-repeat;
	  background-position:center top;
	  
}
#maincenter_otonio {
      position:relative;
      width:1000px;
      height:669px;
      left:50%;
      top:0;
      margin-left:-500px;
	  background-image:url(../imgs/bg_snow_home.jpg);
	  background-repeat:no-repeat;
	  background-position:center top;
	  
}
#maincenter_primavera {
      position:relative;
      width:1000px;
      height:669px;
      left:50%;
      top:0;
      margin-left:-500px;
	  background-image:url(../imgs/bg_spring_home.jpg);
	  background-repeat:no-repeat;
	  background-position:center top;
	  
}
#maincenter_verano {
      position:relative;
      width:1000px;
      height:669px;
      left:50%;
      top:0;
      margin-left:-500px;
	  background-image:url(../imgs/bg_summer2010_home.jpg);
	  background-repeat:no-repeat;
	  background-position:center top;
	  
}
#header{
      position:relative;
      width:1004px;
      height:105px;
}
#cont {
      width:920px;
      height:auto;
      margin-left:40px;
	  margin-top:5px;
}

#footer {
      width:920px;
      height:100px;
	  font-family:Tahoma;
	  color:#660066;
	  font-size:11px;
	  line-height:22px;
	  text-align:center;
	  margin-top:25px;
	  margin-left:45px;
}

#footer a:link { color:#660066; text-decoration:none; }
#footer a:visited { color:#660066; text-decoration:none; }
#footer a:active { color:#660066; text-decoration:none; }
#footer a:hover { color:#e128e1; text-decoration:underline; }

.box:link { font-family:Tahoma; font-weight:bold; color:#7c2665; font-size:11px; color:#00688a; text-decoration:none; }
.box:visited { font-family:Tahoma; font-weight:bold; color:#7c2665; font-size:11px; color:#00688a; text-decoration:none; }
.box:active { font-family:Tahoma; font-weight:bold; color:#7c2665; font-size:11px; color:#00688a; text-decoration:none; }
.box:hover { font-family:Tahoma; font-weight:bold; color:#7c2665; font-size:11px; color:#711f5c; text-decoration:underline; }

.pag:link { font-family:Tahoma; color:#7c2665; font-size:11px; text-decoration:none; }
.pag:visited { font-family:Tahoma; color:#7c2665; font-size:11px; text-decoration:none; }
.pag:active { font-family:Tahoma; color:#7c2665; font-size:11px;text-decoration:none; }
.pag:hover { font-family:Tahoma; color:#7c2665; font-size:11px; text-decoration:underline; }

.txts{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005476;
}
.notastits{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990066;
	font-variant:normal;
	font-weight: bold;
	text-transform: uppercase;
}
.formcomentrios{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005476;
	width:410px;
	height:98px;
	background-color: #F7F2F6;
	border: 0px none #F7F2F6;
}
.formcomentrios2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005476;
	width:368px;
	height:86px;
	background-color: #F7F2F6;
	border: 0px none #F7F2F6;
}
.formtips{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005476;
	width:520px;
	height:52px;
	background-color: #F7F2F6;
	border: 0px none #F7F2F6;
}
.formrecomendar{
	font-family:Arial;
	font-size:11px;
	color:#7c2665;
	background-image:url(../imgs/forms_bg.jpg);
	background-repeat:repeat-x;
	width:220px;
	height:18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.titstriv{
	font-family:Verdana;
	font-weight:bold;
	font-size:16px;
	color:#ff9f20;
}

.btn_facebook {
width:140px; 
height:46px; 
position:absolute; 
margin-top:580px; 
left: 85px;
z-index:10;}
