/* CORE CSS 20040217 */

/* BODY */



@media print {
    .oculto {display:none}
}

body
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* Base font family for most elements */
    font-size: 12px; /* Base size for all elements; other size definitions relates to this */
    background-color: #FFFFFF;
    margin: 0;
    padding: 0em;
	width: 750px;
}

/* HEADERS */

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	margin: 1em 0 0.4em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	word-spacing: 3px;
}

h1
{
	margin-top: 0.5em;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 0px;
}

h2
{
	font-size: 13px;
}

h3
{
	font-size: 12px;
	padding-left: 1em;	
	
}

h4, h5, h6
{ 
    font-size: 12px;
	font-weight: normal;
}

/* LINEAS HEADERS */

div.linea1
{
	background-image: url("http://www.psitacultura.org/img_comuns/lin_socis.gif");
	background-repeat: no-repeat;
	background-position: 0px  bottom;
}

div.linea2
{
	background-image: url("http://www.psitacultura.org/img_comuns/lin_psit.gif");
	background-repeat: no-repeat;
	background-position: 0px  bottom;
}

div.linea3
{
	background-image: url("http://www.psitacultura.org/img_comuns/lin_comunicats.gif");
	background-repeat: repeat-x;
	background-position: -10px  bottom;
	width: 530px;
}


div.linea4
{
	background-image: url("http://www.psitacultura.org/img_comuns/lin_cartellera.gif");
	background-repeat: repeat-x;
	background-position: -10px  bottom;
	width: 530px;
	height: 1px;
}

div.linea5
{
	background-image: url("http://www.psitacultura.org/img_comuns/cuadrat_ultimos.gif");
	background-repeat: no-repeat;
	background-position: left 9px;
}

div.linea5 h2
{
	padding-left: 15px;
	padding-top: 5px;
}

/* PARAGRAPHS */

p
{
	margin: 1em 0 0.4em 0;
	line-height: 1.25em; /* This is aprox. default line height in most popular browsers; set explicitly to ensure consitency. */
	padding-left: 1px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#595959;
	word-spacing: 3px;
	background-position: 0 20;
}

/* LINKS */

a
{
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

a:hover
{
    color: #999999;
    text-decoration: underline;
    cursor: pointer;
}

a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}

/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin: 1em 0 1em 0;
    padding: 0.2em;
}

/* TABLES */

table
{ 
    font-size: 1em; /* Fix for size "loss" in tables in IE; redundant for most others, but does no harm */
    margin: 0;
    padding: 0;
}

th, td
{
    padding: 0;
}

table.list, table.special
{
    width: 100%;
    margin: 1em 0 1em 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #f0f0f0;
    empty-cells: show;
}

div.context-attributes table table.list, div.context-attributes table table.special
{
}

table.list th, table.list td, table.special th, table.special td
{
    padding: 0.25em;
    text-align: left;
    vertical-align: top;
}

table.list td.number, table.special td.number
{
    text-align: right;
}

table.list th, table.special th
{
    color: #000000;
    background-color: #E1771E;
    border: 1px solid #ececec;
    border-top-width: 2px;
    font-weight: normal;
    white-space: nowrap;
}

table.list td
{
    border-top: 1px solid #f0f0f0;
    font-weight: normal;
}

tr.bglight
{
    background-color: #f8f8f8;
}

tr.bgdark
{
    background-color: #f4f4f4;
}

table.list tr.bglight:hover, table.list tr.bgdark:hover
{
    background-color: #ffffff;
}

table.list tr.object-cannot-remove td
{
    color: #ff0000;
}

th.tight, td.tight
{
    width: 1%;
}

td.nowrap 
{
    white-space: nowrap;
}

div.context-attributes table.list th, div.context-attributes table.special th, div.mainobject-window table.list th, div.mainobject-window table.special th
{
    color: #404040;
    background-color: #bfbfb7;
}

div.context-attributes table table.list th, div.context-attributes table table.special th, div.onlineeditor th
{
    color: #404040;
    background-color: #dddddd;
}

/* SOMBRA */

.blur{ 
   background: transparent url(http://avinatura.net/design/plain/images/shadow1.png); 
/*ruta para el 80%-transparente 1x1 pixel coloreado de negro */ 
   color: inherit; 
   margin-left: 4px; 
   margin-top: 4px; 
} 

.shadow{ 
   background: transparent url(http://avinatura.net/design/plain/images/shadow2.png); 
/*ruta para el 60%-transparent 1x1pixel coloreado de negro */ 
   color: inherit; 
} 

.shadow, 
.cont{ 
   position: relative; 
   bottom: 2px; 
   right: 2px; 
} 

.cont{ 
   background-color: #fff; /*background color of content*/ 
   border: 1px solid #ccc; /*border color*/ 
   padding: .5em 2ex; 
} 


/* PATH */

p.path 
{
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

div#path p a
{
    color: #000;
}

div#path p a:hover
{
    color: #FFFFFF;
}


/* ORDERED AND UNORDERED LISTS */

ul, ol
{
    padding: 0;
    margin: 0.75em 0 1em 2.5em;
}

ul ul, ol ul
{
    margin: 0.3em 0 0.5em 1.3em;
}

ul ol, ol ol
{
    margin: 0.3em 0 0.5em 1.9em;
}

ul, ul ul
{
    list-style-type: disc;
}

li
{
    margin: 0 0 0.3em 0;
    padding: 0;
    line-height: 1.25em;
}

/* DEFINITION LISTS */

dl
{
    padding: 0em;
    margin: 0.25em 0 0.25em 0;
}

dt, dd
{
    font-style: normal;
    margin: 0 0 0.25em 0;
}

dt
{
    font-weight: bold;
}

dd
{
    margin: 0 1em 0.5em 2.5em;
}

/* FORM ELEMENTS */

form.producto
{
	background-color: #FAE22E;
	text-decoration: none;
}

form.limpio
{
	background: none;
	display: inline;
}

.defaultbutton
{
	width: auto;
}

input.button
{
	width: auto;
}

form
{
	padding: 0 2em 0 2em;
	margin-left: 0;
	margin-right: 50px;
	width: 100%;
	background-color: #FAE22E;
}

.order
{
	background-color: #FFF;
	width: 80%;
}

label
{
	font-weight: bold;
	padding-right: 0.5em;
	display: inline;
	white-space: nowrap;
	font-size: 12px;
}

.block
{
	display: inherit;
	width: 75%;
}

checkbox
{
	display: inline;
}
select /*aquí está las áreas de cuenta de usuario*/
{
	font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers */
	font-size: 12px;
	border-color: #666666;
	border: 1px;
	display: inline;
	width: 85%;
	background-color: #EBEBEB;
}

input /*aquí está las áreas de cuenta de usuario*/
{
	font-family: Arial, Helvetica, sans-serif; /* Needs to be set for some browsers */
	font-size: 12px;
	border-color: #666666;
	border: 1px;
	display: block;
	width: auto;
	background-color: #EBEBEB;
}

input.box, input.halfbox
{
    font-size: 12px;
}

textarea
{
    font-family: Arial, Helvetica, sans-serif; /* Usually defaulted to monospaced font; so it needs to be set if to change */
    font-size: 12px; /* Needs to be specified for IE */
	width: 650px;
}

optgroup
{
    font-weight: bold;
    font-style: italic;
}

input.button
{
    font-size: 0.9em;
    font-weight: normal;
    color: #000000;
    border: 2px solid #ffffff;
    border-bottom: 2px solid #404040;
    border-right: 2px solid #404040;
    background-color: #e0e0e0;
    background-repeat: repeat-x;
    background-position: top;
    padding: 0em 0.25em 0em 0.25em;
	width: auto;
	display: inline;
}

input.button-disabled
{
    font-size: 0.9em;
    font-weight: normal;
    color: #808080;
    border: 2px solid #f0f0f0;
    border-bottom: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
    background-color: #996633;
    background-image: url(../images/inputbutton-disabled-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 0em 0.25em 0em 0.25em;
	width: auto;
}

input.box, textarea.box
{
    width: 100%;
}

input.halfbox, textarea.halfbox
{
	width: 78%;
	height: 15px;	
	
}

td input.halfbox, td textarea.halfbox
{
    width: 98%;
	height: 15px;	
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

.hr
{
	width: 550px;
	background-image: url("http://www.psitacultura.org/img_comuns/lin_cartellera.gif");
	background-repeat: repeat-x;
	background-position: -10px  bottom;
	height: 1px;
}

.psitacultura {  
	font-family: "Futura Lt BT", Verdana, arial; 
	font-size: 14px; 
	font-style: normal; 
	text-decoration: none;
}

.psitacultura_12 { 
	font-family: "Futura Lt BT", Verdana, arial; 
	font-size: 13px; 
	font-style: normal; 
	text-decoration: none; 
	color: #000000;
}

.psitacultura_cursiva { font-family: "Futura Lt BT", Verdana, arial; font-size: 12px; font-style: italic; text-decoration: none; color: #000000; }

.psitacultura_negreta { font-family: "Futura Lt BT", Verdana, arial; font-size: 9px; font-style: normal; text-decoration: none; color: #FFFFCC;}

.psitacultura_10 { font-family: "Futura Lt BT", Verdana, arial; font-size: 10px; font-style: normal; text-decoration: none; color: #000000; }

.psitacultura_titol { font-family: "Futura Md BT", Verdana, Arial; font-size: 16px; font-style: normal; text-decoration: none; color: #000000;}

.psitacultura_subtitol { font-family: "Futura Md BT", Verdana, Arial; font-size: 12px; font-style: normal; text-decoration: none; color: #000000; }

.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
/* PAGE DIVIDERS */

div.block /* Use this style around groups of objects which are connected in some way */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

.block .element, .buttonblock .element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em !important;
    float: left;
}

div.block div.left, div.viewbar div.left
{
    text-align: left;
    float: left;
    clear: left;
}

div.block div.right, div.viewbar div.right
{
    text-align: right;
    float: right;
    clear: right;
}

div.break /* Used this style to terminate floating elements, to clear all floating attributes */
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

div.button-left
{
    float: left;
}

div.button-right
{
    float: right;
}

/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error
{
    margin: 0.5em 0 1em 0;
    padding: 0.25em 1em 0.75em 1em;
    border: 6px solid #000000;
    background-color: #f8f8f4;
}

div.box-content div.message-confirmation, div.box-content div.message-feedback, div.box-content  div.message-warning, div.box-content  div.message-error
{
    margin-top: 0;
    padding: 0.25em 0.5em 0.25em 0.5em;
    border: none;
    background-color: transparent;
}

div.message-feedback
{
    border-color: #7ed376;
}

div.message-feedback h2
{
    padding: 0.25em 0.5em 0.5em 2.5em;
}

div.message-warning
{
    border-color: #d9d978;
}

div.message-warning h2
{
    padding: 0.25em 0.5em 0.5em 2.5em;
}

div.message-error
{
    border-color: #d98078;
}

div.message-error h2
{
    padding: 0.25em 0.5em 0.5em 2.5em;
}

div.message-feedback span.time, div.message-warning span.time, div.message-error span.time
{
    font-size: 0.8em;
    margin-top: 0.15em;
    display: block;
    float: right;
}

label.message-error, legend.message-error
{
    color: #ff0000;
}

/* MISC STYLES */

hr /* General formatting for all hr's */
{
    color: transparent; /* Color must be set to the same as the background color to hide default formatting in IE */
    border: none; /* All borders must be removed as they are default for Opera */
    border-top: 1px solid #e0e0e0;
    height: 1px;
    margin: 0.35em 0 0.35em 0;
}

.small
{
    font-size: 85%;
}

.hide, .invisible
{
    display: none;
}

.spamfilter
{
    display: none;
}

div.object-left
{
    float: left;
    clear: left;
}

div.object-right
{
    float: right;
    clear: right;
}

.attribute-message
{
	width: 90%;
}

.attribute-subject
{
	width: 150px;
}

.attribute-email
{
	width: 150px;
}

.content-action
{
	margin-top: 20px;
	margin-left: 40px;
}

.content-product
{
	margin-top: 20px;
}

.attribute-price
{
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
}

.product-name
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
}

.class-product tr:hover, .class-product tr.hilite 
{
	color: #333333;
}

.class-product table 
{
	border-top: #666666 1px solid;
	border-bottom: #666666 1px solid;
	margin-top: 1em;
	padding: 0 1em 0 1em;
}

.block
{
	width: 200px;
	margin-left: 20em;
}

.formulario
{
	margin-left: 40px;
	width: 200px;
}
