@charset "UTF-8";

/*
 *   Tripoli is a generic CSS standard for HTML rendering.
 *   Copyright (C) 2007-2008 David Hellsing
 *
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 *   CSS Name: Reset Default - Frontend y Backend CMS Web 3.0
 *   Modificado por: ZORRAQUINO COMUNICACIÓN S.L.U.
**
_______________________________
RESET */

*{text-decoration:none;font-size:1em;margin:0;padding:0}code,kbd,samp,pre,tt,var,textarea,input,select,isindex,listing,xmp,plaintext{font:inherit;white-space:normal}a,img,a img,iframe,form,abbr,acronym,object,applet,table,a abbr,a acronym{border-width:0}dfn,i,cite,var,address,em{font-style:normal}th,b,strong,h1,h2,h3,h4,h5,h6,dt{font-weight:400}caption,th,td{text-align:left}html{background:#fff;color:#000;line-height:1;font-family:arial, sans-serif}/* \*/html{font-family:sans-serif}/* */q{quotes:"\201C""\201D""\2018""\2019"}ul,ol,dir,menu{list-style:none}sub,sup{vertical-align:baseline}a{color:inherit}/*
_______________________________
DISABLE DEPRECATED HTML */

font,basefont{color:inherit;font:inherit;font-size:100%}center,*[align]{text-align:inherit}s,strike,u{text-decoration:inherit}img{border:none;margin:0}ol{list-style-type:decimal}body{background-color:transparent}tr,th,td{width:auto;height:auto;background-color:transparent;vertical-align:inherit;border:none}table[border],.contenedor table[border]{border-collapse:separate;border-spacing:0}nobr{white-space:normal}marquee{overflow:visible;}blink{text-decoration:none}/*
_______________________________
GENERAL */

html{font-size:125%}body{font-size:50%}a{text-decoration:underline}strong,th,thead td,h1,h2,h3,h4,h5,h6,dt{font-weight:700}cite,em,dfn{font-style:italic}code,kbd,samp,pre,tt,var,input[type='text'],input[type='password'],textarea{font-size:100%}pre{white-space:pre}pre *{font-size:100%;white-space:pre}del{text-decoration:line-through}ins,dfn{border-bottom:1px solid #000}small,sup,sub{font-size:85%}big{font-size:125%;line-height:80%}abbr,acronym{text-transform:none;font-size:100%;}sup{vertical-align:super}sub{vertical-align:sub}blockquote{padding-left:2.2em}hr{display:none/* We will re-reset it later for contenedor */}:lang(af),:lang(nl),:lang(pl){quotes:'\201E' '\201D' '\201A' '\2019'}:lang(bg),:lang(cs),:lang(de),:lang(is),:lang(lt),:lang(sk),:lang(sr),:lang(ro){quotes:'\201E' '\201C' '\201A' '\2018'}:lang(da),:lang(hr){quotes:'\00BB' '\00AB' '\203A' '\2039'}:lang(el),:lang(es),:lang(sq),:lang(tr){quotes:'\00AB' '\00BB' '\2039' '\203A'}:lang(en){quotes:'\2018' '\2019' '\201C' '\201D'}:lang(fi),:lang(sv){quotes:'\201D' '\201D' '\2019' '\2019'}:lang(fr){quotes:'\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'}input,select,button{cursor:pointer}input[type='text'],input[type='password']{cursor:text}input[type='hidden']{display:none}strike,s{text-decoration:line-through;}/*
_______________________________
CONTENEDOR */

u { text-decoration: underline; }
b { font-weight: bold; }

.contenedor img {
	margin: 0 -4px -4px 0;
	padding: 0;
}

.contenedor h1
{
	font-size: 1.6em;
	line-height: 1;
	margin: 1em 0 .5em
}

.contenedor h2
{
	font-size: 1.5em;
	line-height: 1;
	margin: 1.07em 0 .535em;
}

.contenedor h3
{
	font-size: 1.4em;
	line-height: 1;
	margin: 1.14em 0 .57em;
}

.contenedor h4
{
	font-size: 1.3em;
	line-height: 1;
	margin: 1.23em 0 .615em;
}

.contenedor h5
{
	font-size: 1.2em;
	line-height: 1;
	margin: 1.33em 0 .67em;
}

.contenedor h6
{
	font-size: 1em;
	line-height: 1;
	margin: 1.6em 0 .8em;
}



.contenedor ul
{
	list-style: disc outside;
}

.contenedor ol
{
	list-style: decimal outside;
}

.contenedor table
{
	/*border-collapse: collapse;*/
}

.contenedor table td, .contenedor table th
{
	border: 1px solid #000;
	padding: .8em;
}

.contenedor hr, .contenedor p, .contenedor ul, .contenedor ol, .contenedor dl, .contenedor pre, .contenedor address, .contenedor table, .contenedor form, .contenedor img
{
	margin-bottom: .8em;
}

.contenedor fieldset
{
	border: 1px solid #000;
	margin: 1.6em 0;
	padding: 1.6em;

}

.contenedor legend
{
	padding-left: .8em;
	padding-right: .8em;
}

/* @media all and (min-width: 0) */
/* for Opera 8 */
/* {
	.contenedor legend
	{
		margin-bottom: 1.6em;
	}
	.contenedor fieldset
	{
		margin-top: 0;
	}
	.contenedor[class^='contenedor'] fieldset
	{
	 	margin-top: 1.6em;
	}
} */

.contenedor fieldset>*:first-child
{
	margin-top:0px;
}

.contenedor textarea,.contenedor input[type='text'],.contenedor input[type='password']
{
	padding: .4em;
}

.contenedor input
{
	padding: .2em .1em;
}

.contenedor select
{
	padding:.2em .1em 0;
}

.contenedor select[multiple]
{
	margin-bottom:.8em;
}

.contenedor option
{
	padding:0 .4em .1em;
}

.contenedor button
{
	padding:.3em .5em;
}

.contenedor input[type='radio']
{
	position:relative;
	bottom:-.2em;
}

.contenedor dt
{
	margin-top:.8em;
	margin-bottom:.4em;
}

.contenedor ul, .contenedor ol
{
	margin-left: 2.2em;
}

.contenedor caption,.contenedor form div
{
	padding-bottom:.8em;
}

.contenedor ul ul,contenedor ol ul,.contenedor ul ol,contenedor ol ol
{
	margin-bottom:0;
}


/*
_______________________________
END */
