body {
	background-color: #ececec; 
	color:#444;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	margin: 20px;
}
.textogris {
	color:#444;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}
.titseccion {
	color:#444;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size:10px;
	border-bottom: 1px dotted #777;
}

.seccion {
	color:#444;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: none;
	font-size:10px;
	border-bottom: 1px dotted #ddd;
	padding-top: 1px;
	padding-bottom: 1px;
}

.lnk_cab{
	color:#fff;
}
.prog{
	text-decoration:none;
	cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
.prog:hover{
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
}
.amarillo{
}
.amarillo:hover{
	color:#ffc000;
}
.fondo_gris {
	background-color: #aaa;
}
.fondo_gris:hover {
	background-color: inherit;
}
.fucsia{
	margin: 2px;
	padding: 2px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
.fucsia:hover{
	color: #000;
	background-color:#ffa1c6;
}
.cab{
	width: 980px;
	height: 110px;
	background-color:#fc1a74;
	text-align:left;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.menu_sup{
	width: 980px;
	background-color: #8b8b8b;
	color: #ffffff;
	font-family: 'Futura Lt BT', 'Futura Light', 'Futura Lt', Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.opc_menu_sup{
	color:#fff;
	font-size: 14px;
	font-weight:normal;
}
.cuerpo{
	width: 980px;
	background-image:url(../img/sombra.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFF;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.pie{
	width: 980px;
	height: 28px;
	background-color:#000;
	text-align:left;
	color:#777;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}
#error{
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position:relative;
	color: #444;
	background-color: #aaa;
	width: 250px;
	cursor:pointer;
	background-image:url(../img/error.png);
}

/* Menu principal */
#menu {
	width: 250px;
	float:left;
}

#menu ul
{
	font-family: 'Futura Lt BT', 'Futura Light', 'Futura Lt', Arial, Helvetica, sans-serif;
	list-style-type: circle;
	list-style-position:inside;
	margin:0;
	padding:0;
}
#menu li
{
	display: inline;
	/* for IE5 and IE6 */
}

#menu a
{
	color: #555;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px;
	width: 241px;
	background-color: #c5c5c5;
	border-left: 5px solid #c5c5c5;
	border-bottom: 1px solid #fff;
    transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
}

#menu a:hover
{
	background-color: #999;
	border-left: 5px solid #fc1a74;
	color: #000;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

#menu li a#current
{
	border-left: 5px solid #fc1a74;
	background: #fc1a74;
	color: #fff;
}
.titulo {
	color: #fc1a74;
	font-family: 'Futura Lt BT', 'Futura Light', 'Futura Lt', Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.info_art
{
	color:#444;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;	
}

input, textarea {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(0, 0, 0, 0.2);
}

input:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(252, 26, 116, 1);
    -webkit-box-shadow: 0 0 5px rgba(252, 26, 116, 1); 
    -moz-box-shadow: 0 0 5px rgba(252, 26, 116, 1);
    border:1px solid rgba(252, 26, 116, 0.8); 
}

input:hover, textarea:hover {
    box-shadow: 0 0 5px rgba(252, 26, 116, 1);
    -webkit-box-shadow: 0 0 5px rgba(252, 26, 116, 1); 
    -moz-box-shadow: 0 0 5px rgba(252, 26, 116, 1);
    border:1px solid rgba(252, 26, 116, 0.8); 
}

.cont_art{
	background-image:url(../img/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: center;
	height: 225px;
}

.articulo {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
}
.articulo:hover {
    box-shadow: 0 0 5px rgba(100, 100, 100, 1);
    -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 1); 
    -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 1);
    border:1px solid rgba(100, 100, 100, 0.8); 
}

.pag_sel{
	border: 1px solid #fc1a74;
	background-color: #fc1a74;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	
	border.radius: 5px;  
	-moz-border-radius:5px;  
	-webkit-border-radius: 5px;  
}

.pag_lnk{
	border: 1px solid #888;
	color: #888;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	
	border.radius: 5px;  
	-moz-border-radius:5px;  
	-webkit-border-radius: 5px;  
}
.pag_lnk:hover{
	background-color: #ffa1c6;
	border: 1px solid #000;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
	
	border.radius: 5px;  
	-moz-border-radius:5px;  
	-webkit-border-radius: 5px;  
}
.imagen{
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Wave(
     strength=0,
     freq=10,
     lightstrength=10,
     add=0,
     phase=0);
}
.imagen:hover{
	
}

a img {
filter: progid:DXImageTransform.Microsoft.Wave(
     strength=0,
     freq=0,
     lightstrength=0,
     add=0,
     phase=0);
}

a:hover img {
filter: progid:DXImageTransform.Microsoft.Wave(
     strength=0,
     freq=600,
     lightstrength=10,
     add=0,
     phase=0);
}
