
/*
*	OJO!!!!!! CUANDO PONGAS ESTE CSS QUITA 
*	EL PRIMER ELEMENTO: 'BODY' QUE YA EST� DEFINIDO EN EL GENERAL
*	ESTE VA S�LO PARA QUE FUNCIONE EL ../SAMPLE.HTML
*
*/ 


body.body_sample {
    margin: 0;
    padding: 0;
    font: 12px / 24px 'Trebuchet Ms', Trebuchet, serif;
    color: #a6a6a6;
    background: url(../images/generic/bgcanvas.jpg) repeat-x;
    min-width: 800px;
    min-height: 100%;
}


/* container canvas wrapper */
#canvas-wrapper {
    width: 934px;
    margin: 0 auto;
    /*padding: 150px 0 0px 0;*/
    clear: both;
}

/* items  */
#msg_item-wrapper {
	margin-top: 4em;
	margin-bottom: 0.5em;
	font-style: italic;
}
#item-wrapper {
    width: 100%;
	font: 12px 'Trebuchet Ms', Trebuchet, serif;
    overflow: hidden;
    height: 280px;
    background: #ebebeb url(../images/generic/bgitems.gif) no-repeat;
    margin-bottom: 0px;
    /*margin-top:4em;*/
}

#item-wrapper div.item {
    /*width: 140px;*/
    width: 117px;
    /*height: 281px;*/
    height: 245px;
    float: left;
    position: relative;
    /*padding: 10px;*/
    padding: 8px;
}

#item-wrapper h2 {
    font-size: 20px;
    color: #ad4444;
    position: relative;
	text-align: center;
    z-index: 3;
}

#item-wrapper h2 a {
    display: block;
    width: 100%;
}

#item-wrapper h2 a:hover {
    text-decoration: none;
}

#item-wrapper div.front, #item-wrapper div.back {
    position: absolute;
    top: 0px;
    /*left: 15px;*/
    /*width: 128px;*/
    width: 121px;
    height: 200px;
    padding-top: 30px;
    color: #585858;
    z-index: 4;
    cursor: pointer;
}

#item-wrapper div.back {
    display: none;
    cursor: default;
}
/*
#item-wrapper div.front {
    background: url(../images/generic/dropdown.gif) no-repeat top right;
}
*/
#item-wrapper a.more_es {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 92px;
    height: 26px;
    background: url(../images/generic/es/button.png) no-repeat;
    margin: 0 auto;
}

#item-wrapper a.more_es:hover {
    background: url(../images/generic/es/button_high.png) no-repeat;
}

#item-wrapper a.more_en {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 92px;
    height: 26px;
    background: url(../images/generic/en/button.png) no-repeat;
    margin: 0 auto;
}

#item-wrapper a.more_en:hover {
    background: url(../images/generic/en/button_high.png) no-repeat;
}

#item-wrapper img {
    display: block;
    margin: 0 auto;
    padding: 30px 0 22px;
}

#item-wrapper .item_description {
    color: #999999;
    text-align: center;
    font-size: 11px;
	line-height: 15px;
	margin-top: 1em;
}

#item-wrapper .item_description a {
    color: #999999;
    text-decoration: none;
    border-bottom: 1px dotted #999999;
}

#frase_queEs {
	position: relative;
	z-index: 1;
	float: left;
	/*left: 4em;*/
	width: 600px;
	top: 0.8em;
	font-style: italic;
	font-size: 1.2em;
	/*text-align: center;*/
	border-width: 1px;
	border-color: #f93b4d;
}

#queEs_div {
	padding-top: 1.6em;
}

.login_table tr td{
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 0.5em;
}
	.login_table tr td input.text{
		margin-right: 0.5em;
	}
	
#info table tbody tr td {
	padding-right: 2em;
	font-size: 12px;
}
