/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags *
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.theme-default #slider {
    margin:0 auto 0 auto;
    width:964px; /* Make sure your images are the same size */
    height:473px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:0px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

.link{
  color: transparent;
  text-decoration: none;
}

.link_pie{
  text-decoration: none;
  font-family: 'PT Serif', serif; 
	font-size: 12px; 
	color: #545454;
}

.link_mail{
  text-decoration: none;
  font-family: 'PT Serif', serif; 
	font-size: 14px; 
	color: #265a12;
}

.link_mail:hover{
  text-decoration: none;
  font-family: 'PT Serif', serif; 
	font-size: 14px; 
	text-decoration:underline;
	color: #265a12;
}

.link_enviar{
	padding-left: 160px;
	padding-right: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'PT Serif', serif; 
	font-size: 12px; 
	color: #8A0F0C;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../img/contacto_boton.png'); 
	background-repeat: no-repeat; 
}

.link_enviar:hover{
	padding-left: 160px;
	padding-right: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'PT Serif', serif; 
	font-size: 12px; 
	color: #8A0F0C;
	text-decoration: none;
	font-weight: bold;
	background-image: url('../img/contacto_boton_on.png'); 
	background-repeat: no-repeat; 
}

.titulo{
	font-family: 'PT Serif', serif; 
	font-size: 24px; 
	color: #82901b;
}

.msj{
	font-family: 'PT Serif', serif; 
	font-size: 14px; 
	color: #333333;
}

.msj_error{
	font-family: 'PT Serif', serif; 
	font-size: 14px; 
	color: #CC0000;
}

.texto{
	font-family: 'PT Serif', serif; 
	font-size: 12px; 
	color: #545454;
}

.texto_mediano{
	font-family: 'PT Serif', serif; 
	font-size: 14px; 
	color: #545454;
}

.input_text{
	width: 340px;
	height: 30px;
	background-color: transparent;
	border: 0px;
}

.textarea{
	width: 340px;
	height: 80px;
	background-color: transparent;
	border: 0px;
}



/*==============GALERIA================*/

#galeria, #galeria * {box-sizing:border-box,-moz-box-sizing:border-box}
#galeria {
text-align:center;
border: none;  /* Borde de la galería */
padding: 10px;
padding-bottom: 0;
background: transparent;  /* Fondo de la galería */
width: 100%;  /* Ancho de la galería */
}

#imgGaleria {
border: 1px solid #F2F2F2;  /* Borde de la imagen */
padding: 3px;
width: x; /* Ancho de la imagen */
height: x; /* Alto de la imagen */
}
