@charset "utf-8";
/* CSS Document */

body {
	background-color:#333;
	margin: 0px;
	text-align:center;	
 }
 
 img {border:0px}
	
#primario {
	background:url(../images/fonTotal.gif) repeat-y;
	width:850px;
	margin:0 auto 0 auto;
	text-align:left;
}

#cabecera {
	margin-left:38px;
	width:774px;
	background-color:#FFF;
}

#contenedor {
	background:url(../images/fonTotal.gif) repeat-y;
	float:left;
}

#menu{
	margin-left:50px;
	margin-right:110px;
	background-color:#FFFFFF;
}

.linea {
	border-top:solid 1px #900;
	padding:0px;
	margin-left:65px;
	margin-right:43px;		
}

#menuOpc {
	list-style:none;	
	padding:0px;
	margin:0px;
}

#menuOpc li, #menuOpc li.seleccionado {
	float:left;
	margin-left:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
}

#menuOpc li.seleccionado{
	background-color:#900;
	color:#FFFFFF
}

li a, li a:hover  {
	color:#000;
	text-decoration:none;
	padding:5px 10px 5px 10px;
	display:block;
	}
	
li a:hover {
	color:#FFF;
	background-color:#900
}	
	
li.seleccionado a {
	color:#FFF
}

#expo {
	float:left;
	clear:both;
	width:730px;
	margin-left:65px;
	margin-top:10px;
}

.obra {
	width:133px;
	height:150px;
	background-image:url(../images/cuadContent.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:5px;
	padding:40px 20px 0px 20px;
	text-align:center;
}

.muestraObra {
	height:100px;
}

a.selec {
	font-size:11px;
	font-family:Arial, Verdana;
	text-decoration:none;
	color:#333;
}

#paginacionTotal{
	clear:both;
	text-align:center;
}

h1 {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#333;
	padding:0px;	
	margin:10px 0px 10px 65px;
	clear:both;
}

.remarcar {
	color:#900;
	}
	
.remarcar_top {
	clear:both;
	color:#900;
	float:left;
	width:700px;
	}

#descripArt {
	background-color:#f0f0f0;
	padding:5px 10px 5px 10px;
	width:700px;
	margin-left:65px;
	float:left;
}

#descripArt img {
	float:left;
	padding:10px;
	margin-top:9px;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:10px;
	text-align:justify;
}

p.textos {
	margin:0px 0px 10px 0px;
}

.formIdea {
	clear:both;
	margin-left:65px;
	margin-right:55px;
	padding:20px;
}

.label {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding:10px;
	text-align:justify;
	width:630px;
	height:200px;
	color:#990000;
}

input.infoText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width:300px;
	color:#990000;
}

input.infoNum {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width:120px;
	color:#990000;
}