BODY {
    background-image: url("../images/bg.gif");
    background-attachment: fixed;
    background-position: 100% 100%;
    background-repeat: repeat;
    background-color: #FFFFFF;
    WIDTH: 98%;
    TEXT-ALIGN: center; width: 808px; margin-left:auto; margin-right:auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

A {
    color: #606060;
    text-decoration: none;
}

.texto_normal {
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; font-size: 10pt;
}



TABLE#frame {
    height: 100%;
    background-color: white;
    margin-left : -2px;
    _margin-left : 0px;
}

DIV#principal {
    text-align: center;
    width: 808px;
    height: 100%;
    margin: 0px;
    top: 0px;
    position: relative;
}

#lineLeft, #lineRight {
    top: 6px;
    width: 6px;
    height: 100%;
    float: left;
    background-image: url("../images/line_left.gif");
    background-repeat: repeat-y;
}

#lineRight {
    float: right;
    background-image: url("../images/line_right.gif");
}

.lienzo {
    width: 796px;
    height: 100%;
}

DIV#lienzo {
    background-image: url('../images/line_vertical.gif');
    background-repeat: repeat-y;
    background-position: left;
}


DIV#ficha {
    margin-left: 130px;
    width: 665px;
    background-image: url('../images/line_vertical.gif');
    background-repeat: repeat-y;
    background-position: right;
    font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif; font-size: 10pt;
    color: #606060;
    position: relative;
    top: 0px;
    left: 0px;
}

DIV#lineUp, DIV#lineDown {
    width: 804px;
    height: 6px;
    position: absolute;
    float: left;
    left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    background-image: url("../images/line_up.gif");
    background-repeat: no-repeat;
    background-position: 0% 0%;
}

DIV#lineDown {
    margin-top: 585px;
    background-image: url("../images/line_down.gif");
}

DIV.separadorV, DIV.separadorV2 {
    height: 30px;
    position: relative;
    clear: both;
}

DIV.separadorV2 {
    height: 20px;
}

#logo {
    float: left;
    margin-left: 40px;
}

#fecha {
    float: right;
    margin-right: 40px;
    margin-top: 25px;
}

DIV.lineH {
    width: 100%;
    height: 11px;
    background-image: url('../images/line.gif');
    background-repeat: repeat-x;
    position: relative;
}

DIV#menu {
    width: 100%;
    text-align: left;
    background-image: url('../images/line.gif');
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
}

DIV#menu SPAN#inicio {
    margin-left: 130px;
}


#lineaVI {
    background-image: url('../images/line_vertical.gif');
    background-repeat: repeat-y;
    width: 15px;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
}

#lineaVD {
    background-image: url('../images/line_vertical.gif');
    background-repeat: repeat-y;
    width: 150px;
    position: relative;
    top: 0px;
    left: 100px;
    float: left;
    background-color: yellow;
}

DIV#pie {
    position: relative;
}

DIV#lazos {
    position: relative;
    clear: both;
    width: 100%;
    height: 200px;
}

DIV#organizadores {
    position: relative;
    clear: both;
    width: 100%;
    height: 56px;
    background-image: url('../images/organizadores.jpg');
}
DIV#org {
    position: relative;
    clear: both;
    width: 100%;
    height: 56px;
    background-image: url('../images/organizadores_en.jpg');
}
A {
    text-decoration: none;
}


IMG {
    border: none;
}

DIV#ficha {
    margin-left: 180px;
    width: 615px;
}

DIV#menuizq {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	color:#999;
    position: absolute;
    left: 30px;
    width: 120px;
    top: 275px;
}

#ficha P {
    margin-right: 100px;
}

.tituloPagina {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 18pt;
	color: #D10D15;
}

.tituloNoticia {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 15pt;
	color: #0E87CC;
}

.teaserNoticia {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size: 15pt;
	color: #0E87CC;
}

.textoAviso{
	font-size : 12px;
	font-weight: bold;
	color: #A41313;
}

/*Formularios*/

input, textarea, label {
	font-family: Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#404040;
}

label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}

label.chosen {
	color:#333;
}

.textinput, .textinputHovered {
	width:100px;
	height:23px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}

.textinputHovered {
	background-position:left bottom;
}
