@charset "utf-8";
/* CSS Document */

/*
=========================================

Project Name: Ser Grafico Despacho Creativo
Creation date: 10 March 2010
Last modified: 19 April 2011
Description: Diseño grafico y web venta de publicidad en PVC
Version: 1.7
Author: Adalid Serrato Ramirez | adaserrato@gmail.com
Company: Ser Grafico Despacho Creativo
Company URI: http: //www.sergrafico.com

=========================================
*/



/*INCIO DE RESET*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*FIN DEL RESET*/


#header{
	height:450px;
	background-image:url(../Imagenes/header_BG.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.contenedor{
	width:960px;
	margin:auto;
}

.contenedor_slide{
	width:940px;

}

.siguenos{
	float:right;
	margin-top:360px;
	padding:10px;
	width:280px;
}

#menu{
	clear:both;
	background-image:url(../Imagenes/body_bg.jpg);
}

#menu li{
	float:left;
	padding:5px;
	margin:auto;
	/*display:block;
	width:160px;*/
}

#body{
	background-image:url(../Imagenes/body_bg.jpg);
}

.introduccion{
	background-image:url(../Imagenes/introduccion_BG.jpg);
	background-repeat:no-repeat;
	height:278px;
}

.introduccion p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	padding:8px;
	text-align:justify;
	margin:7px;
	margin-right:16px;
	line-height:23px;
}

.introduccion h3{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	padding:8px;
	padding-right:25px;
	font-size:15px;
}

#footer{
	clear:both;
	height:200px;
}

#footer_grande{
	clear:both;
	height:235px;
}

.box1 p{
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	text-align:justify;
	line-height:23px;
	padding-left:15px;
	font-weight:bold;
}

.box1{
	background-image:url(../Imagenes/footer_bg_Box1.jpg);
	background-repeat:no-repeat;
}

.box2{
	background-image:url(../Imagenes/footer_bg_Box2.jpg);
	background-repeat:no-repeat;
	background-color:#668589;
}


.box2 p{
	
	font-family:Verdana, Geneva, sans-serif;
	line-height:12px;
	font-size:14px;
	text-align:left;
	padding:5px;
	font-weight:normal;
}

.anuncio1{
	background-image:url(../Imagenes/anucio_1bg.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.anuncio1 p{
	padding-top:85px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	line-height:15px;
}

.anuncio1 h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-size:16px;
	text-align:center;
	padding:10px;
	font-weight:bolder;
}

.anuncio1 h4{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	padding:5px;
	padding-bottom:0px;
	font-weight:bold;
}
.anuncio1 a:link{
	text-decoration:none;
	color:#f00;
	font-weight:bolder;
}

.anuncio1 a:visited{
	text-decoration:none;
	color:#f00;
	font-weight:bolder;
}

.anuncio2{
	background-image:url(../Imagenes/anucio_2bg.jpg);
	background-repeat:no-repeat;
	height:200px;
}

.anuncio2 h3{
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-size:16px;
	text-align:center;
	padding:10px;
	padding-top:30PX;
	font-weight:bolder;
}

.anuncio2 h4{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:16px;
	padding:5px;
	padding-bottom:0px;
	font-weight:bold;
	text-align:center;
}

.anuncio2 a:link{
	
	color:#590d61;
	font-weight:bolder;
}

.anuncio2 a:visited{
	text-decoration:none;
	color:#590d61;
	font-weight:bolder;
}
