/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1,h2,h3{text-indent:-9999px}

/* ############# CSS STARTS ############## */

body {
	line-height: 1.1;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background:url(img/main-bg.jpg) no-repeat center top;
	background-color:#662543
}

a { 
text-decoration:none;
color:#E7E7E7;

}

#container {
	margin: auto;
	width: 925px;
	text-align: left;
}

#mainhead {
	background:url(img/head.jpg) no-repeat;
	width:925px;
	height:740px;
}

#reel {
	margin:289px 0 0 15px;
}

.novedades {
	background:url(img/novedades.jpg) no-repeat;
	cursor:pointer;
	width:925px;
	height:99px;
}

.novedades_in {
	background:url(img/novedades_in.jpg) no-repeat;
	width:925px;
	height:230px;
}

.identidad {
	cursor:pointer;
	background:url(img/identidad.jpg) no-repeat;
	width:925px;
	height:99px;
}

.identidad_in {
	background:url(img/identidad_in.jpg) no-repeat;
	width:925px;
	height:300px;
}

#identidad_text {
font-size:12px;
font-weight:bolder;
color:#E7E7E7;
padding:40px 0 40px 50px;

}
.trabajo {
	cursor:pointer;
	background:url(img/work.jpg) no-repeat;
	width:925px;
	height:99px;
}


.trabajo_in {
	background:url(img/work_in.jpg) repeat-y;
	width:925px;
	
}

.workimg{

	margin:10px 0 10px 6px; 
	padding:5px;
	background:url(img/shadow_minis.png) no-repeat;
	width:164px;
	height:90px;
}

.newstuff{
	margin:8px 0 0 125px; 
float:left;
}

.newstuff span{
background-color:#ad3e73;
font-weight:bolder;
}


.newimg{
margin-bottom:5px;
}

#pie {
	background:url(img/foot.jpg) no-repeat;
	width:925px;
	height:73px;
}

.visit {
	float:right;
	margin-right:20px;
}

.but_trabajo {
background-image: url(img/b_trabajo.png);
background-position:15px 25px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
}

.but_trabajo a{
background-image: url(img/b_trabajo_over.png);
background-position:15px 25px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
display: block;
}

.but_trabajo a:hover{
background: none;
}

.but_noved {
background-image: url(img/b_novedades_over.png);
background-position:15px 25px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
}

.but_noved a{
background-image: url(img/b_novedades.png);
background-position:15px 25px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
display: block;
}

.but_noved a:hover{
background: none;
}

.but_id {
background-image: url(img/b_identidad_over.png);
background-position:15px 25px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
}

.but_id a{
background-image: url(img/b_identidad.png);
background-position:15px 25px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
display: block;
}

.but_id a:hover{
background: none;
}

.cerrar {
background-image: url(img/cerrar_over.png);
background-position:15px 0px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
}

.cerrar a{
background-image: url(img/cerrar.png);
background-position:15px 0px;
background-repeat: no-repeat;
height: 75px;
width: 250px;
display: block;
}

.cerrar a:hover{
background: none;
}

.cufonbut {
color:#e8e8e8;
font-size:45px;
}

a:hover{
color:#c3859c;
font-size:45px;
}

.butpos {
padding:32px;
}

