html {
	margin: 0px;
	padding: 0px;
}

body {
	background:url(/img/ps/background_empty_frontal.png) repeat-x;
    text-align: center;
    margin: 0px;
  }

img {
	background: transparent;
	text-decoration: none;
	border: 0px;	
}

form {
margin: 15px;
padding: 15px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(140,212,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1)), color-stop(100%,rgba(140,212,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8cd4db',GradientType=0 ); /* IE6-9 */
}

form input {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
border: 1px;
border-color: #8DC706;
border-style: solid;
padding: 4px;
width: 280px;
}


form select {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
border: 1px;
border-color: #8DC706;
border-style: solid;
padding: 4px;
width: 280px;
}

form textarea {
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(msjcaptcha255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
border: 1px;
border-color: #8DC706;
border-style: solid;
padding: 4px;
width: 280px;
height: 150px;
}

form label {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	width: 130px;
	display: block;
	float: left;
}

form input.submit {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(140,212,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1)), color-stop(100%,rgba(140,212,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8cd4db',GradientType=0 ); /* IE6-9 */
border: 1px;
width: 90px;
}

form input.button {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(140,212,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1)), color-stop(100%,rgba(140,212,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8cd4db',GradientType=0 ); /* IE6-9 */
border: 1px;
width: 90px;
}

form input.reset {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 31%, rgba(140,212,219,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(31%,rgba(255,255,255,1)), color-stop(100%,rgba(140,212,219,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 31%,rgba(140,212,219,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8cd4db',GradientType=0 ); /* IE6-9 */
border: 1px;
width: 90px;
}

#msjcaptcha {
	font-size: 0.6em;
}


p {
text-align: justify;
/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 0.8em;
line-height: 1.5em;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 0px;
margin: 0px;
}

a {
	color: black;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}


h1 {
	text-align: left;
	font-size: 1.250em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
}


h2 {
	text-align: left;
	font-size: 1.125em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	border-bottom-color: rgb(230,230,230);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h3 {
	text-align: left;
	font-size: 1.10em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	border-bottom-color: rgb(230,230,230);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h4 {
	text-align: left;
	font-size: 1.0em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	border-bottom-color: rgb(230,230,230);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#contenedor {
    margin: 0 auto;
    width: 80%;
    min-width: 1000px;
  }

.img_technology {
	margin: 10px;
}

#top_cuadro {
    height: 40px;
  }

#twitterbox {
	width: 300px;
	height: 270px;
	float: left;
}

#fbview {
	width: 300px;
	height: 532px;
	background: url(/img/ps/fbview.png);
	margin-top: -492px;
	float: left;
	position: absolute;
	padding-left: 0px;
	cursor: pointer;
}

#fbbox {
	width: 294px;
	height: 492px;
	margin: auto;
}


#twview {
	width: 300px;
	height: 532px;
	background: url(/img/ps/twview.png);
	margin-top: -492px;
	float: right;
	position: relative;
	padding-right: 0px;
	cursor: pointer;
}

#twbox {
	width: 294px;
	height: 492px;
	float: right;
}

#separator {
	width: 100%;
	height: 10px;
	float: left;
}

#banner_inicial {
font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
font-size: 2.5em;
color: white;
margin-left: 35px;
margin-right: 35px;
margin-top: 15px;
margin-bottom: 15px;
width: 90%;
height: 250px;
font-weight: bold;
float: left;
}

.banner_cuerpo {
font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
font-size: 1.0em;
color: white;
padding: 20px;
width: 35%;
height: 250px;
float: left;
}

#info_inicial {
	height: 295px; text-align: center; width: 100%; background: rgb(0,1,0); /* old browsers */

background: -moz-linear-gradient(left, rgba(0,1,0,1) 0%, rgba(0,1,0,1) 36%, rgba(128,0,0,1) 85%, rgba(128,0,0,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,1,0,1)), color-stop(36%,rgba(0,1,0,1)), color-stop(85%,rgba(128,0,0,1)), color-stop(100%,rgba(128,0,0,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000100', endColorstr='#800000',GradientType=1 ); /* ie */

background: -o-linear-gradient(left, rgba(0,1,0,1) 0%,rgba(0,1,0,1) 36%,rgba(128,0,0,1) 85%,rgba(128,0,0,1) 100%); /* opera */
}

#info_inicial a {
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: white;
	text-decoration: none;
}

#info_inicial a:HOVER {
	color: white;
	text-decoration: underline;
}



#boxmark {
	width: 200px;
	
	height: 200px;
	
background: rgb(254,255,255); /* old browsers */

background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(237,244,247,1) 68%, rgba(203,227,237,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(68%,rgba(237,244,247,1)), color-stop(100%,rgba(203,227,237,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#CBE3ED',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(237,244,247,1) 68%,rgba(203,227,237,1) 100%); /* opera */
	
	float: left;
	
	margin: 5px;
	
	border: 1px;
	
	border-style: solid;
	
	border-color: #eeeeee;
	
	position: static;
}

#title_boxmark {
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: 1.2em;
	float: left;
	width: 200px;
	font-weight: bold;
	text-align: center;
	

	height: 30px;
	
background: rgb(226,226,226); /* old browsers */

background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%); /* opera */
	
}


#detail_boxmark {
	float: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: 0.8em;
	margin: 15px;
}
#bot_cuadro {
background: rgb(77,0,0); /* old browsers */

background: -moz-linear-gradient(top, rgba(77,0,0,1) 0%, rgba(126,0,0,1) 50%, rgba(77,0,0,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,0,0,1)), color-stop(50%,rgba(126,0,0,1)), color-stop(100%,rgba(77,0,0,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D0000', endColorstr='#4D0000',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, rgba(77,0,0,1) 0%,rgba(126,0,0,1) 50%,rgba(77,0,0,1) 100%); /* opera */
background-attachment: scroll;
background-position: center bottom;
text-align: center;
color: #898378;
margin-top: 100px;
clear: both;
font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
font-size: 90%;
min-height: 300px;
padding-left: 40px;
}



/* Box Catalog - Cuadro de Catalogo*/

#boxcat {
	background: white;
}

#boxcat_search {
	width: 100%;
	background: white;
	margin-top: 10px;
	margin-bottom: 10px;
}

#boxcat_lista {
	width: 100%;
	overflow-x: auto;
	overflow-y: auto;
}


#footmap{
	margin: auto;
	width: 80%;
}

#footmap ul {
	float: left;
	text-align: left;
	font-size: 0.9em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
}



#footmap li.titleul {
	font-weight: bold;
}

#footmap li a {
	color: white;
	text-decoration: none;
}

#footmap li a:HOVER {
	color: white;
	text-decoration: underline;
}


#cuadro_central{
	padding-left: 35px;
	padding-right: 35px;
  }


#back_logo {
	background: rgb(226,226,226); /* old browsers */
	
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(255,255,255,1) 50%, rgba(226,226,226,1) 100%); /* firefox */
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* webkit */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#E2E2E2',GradientType=0 ); /* ie */
	
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(255,255,255,1) 50%,rgba(226,226,226,1) 100%); /* opera */
    height: 40px;
    margin: 0 auto;
  }

#back_logo table {
width: 100%;
height: 100%;
border: 0px;
}
#logo {
	background:url(/img/ps/logo2.png) no-repeat;
	height: 60px;
	width: 60px;
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}

#text_logo {
	font-family:"Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size:2em;
	font-weight:bold;
	font-style:italic;
	color:#800000;
	float:left;
	margin-top: 35px;
}
  
#text_logo a {
	color: #800000;
	text-decoration: none;
}

#menu_main {
        font-family:"Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
		font-weight:bold;
        background: rgb(210,141,144); /* old browsers */

background: rgb(163,76,76); /* old browsers */

background: -moz-linear-gradient(top, rgba(163,76,76,1) 0%, rgba(163,76,76,1) 46%, rgba(128,0,0,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(163,76,76,1)), color-stop(46%,rgba(163,76,76,1)), color-stop(100%,rgba(128,0,0,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A34C4C', endColorstr='#800000',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, rgba(163,76,76,1) 0%,rgba(163,76,76,1) 46%,rgba(128,0,0,1) 100%); /* opera */
        height: 40px;
        margin-top: 0px;
		text-align: center;
}

#menu_main ul, li {
        list-style-type: none;
}

#menu_main ul {
        margin: 0;
        padding: 0;
}

#menu_main li {
        float: left;
        height: 40px;
}

#menu_main a {
        text-decoration: none;
        color: #FFFFFF;
        display: block;
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        text-align: center;        
        border-width: 1px 1px 1px 0;
}


#menu_main a#primero {
        border-left: 1px solid #ACCFE8;
}


#menu_main a:hover {
background: rgb(246,248,249); /* old browsers */

background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* opera */

color: #800000;
}



#menu_main a active {
background: rgb(246,248,249); /* old browsers */

background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* firefox */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* webkit */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* ie */

background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* opera */

color: #800000;
}


#pie_pagina a {
color:#ffffff;
text-decoration: none;
font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
font-size:1.125em;
padding-left: 10px;
}

#politica a {
color:#000000;
text-decoration: none;
font-family:"Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
font-size: 1.125em;
padding-left: 10px;
}

#foot_logo {
/*background:url(/img/ps/imgcss-1-12.jpg) repeat-x;
position:relative;
padding-top: 8px;*/
}

#contenido {
margin-bottom: 0px;
padding: 10px;
background: #FFFFFF; /* old browsers */
text-align: left;
}

#contenido li {
	font-size: 0.8em;
	list-style: square; 
	text-align: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: #007D00;
	}

#contenido li a {
	font-size: 0.9em;
	font-weight:bold;
	list-style: square; 
	text-align: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: #007D00;
	text-decoration: none;
}	

#detalle_servicio p {
	font-size: 0.8em;
	text-align: justify;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
}

#detalle_servicio h1 {
	text-align: left;
	font-size: 1.125em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	}
#detalle_servicio h2 {
	text-align: left;
	font-size: 1.125em;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	border-bottom-color: rgb(255,0,0);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	
#detalle_servicio li {
	font-size: 1.125em;
	list-style: square; 
	text-align: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: #007D00;
	}

#detalle_servicio li a {
	font-size: 1.125em;
	font-weight:bold;
	list-style: square; 
	text-align: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: #007D00;
	text-decoration: none;
	}
	
.intro_formato {

}

#services_list li {
	list-style: square; 
	text-align: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: #007D00;
	height: 25px;
	text-decoration: none;
}

#services_list li a{
	font-size: 0.9em;
	font-weight:bold;
	list-style: square; 
	text-align: left;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	color: #007D00;
	text-decoration: none;
}

#div_mensaje {
	background-color: white;
	padding: 20px;
	width: 600px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 2px #590000 solid;
}

#div_mensaje textarea {
	width: 295px;
	height: 150px;
	}
#div_mensaje input {
	width: 350px;
	float: right;
}

#div_mensaje select {
	width: 350px;
	float: right;
}

#row_form_text {
	height: 400px;
}

#form_data {
	width: 700px;
	background: white;
}

.label_form {
	width: 200px;
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	margin-left: 10px;
}

#row_form {
	width: 600px;
	height: 50px;
}

#div_mensaje .row_form_captcha {
	width: 400px;
	height: 50px;
	float: left;
}

#row_form_text {
	height: 450px;
	width: 600px;
}
#div_mensaje input.btn_form {
	width: 150px;
	height: 28px;
	}
	
#msj_captcha{
	font-size: 0.7em;
	width: 150px;
	height: 30px;
	float: left;
	text-align: left;
}

#img_captcha {
	width: 130px;
	height: 40px;
	float: left;
	}
#div_mensaje .row_form #code {
	width: 90px;
	}
	
	
	
.headerlistasimple {
	background-color:#BF0000;
	color:#FFCC00;
	height:18px;
}

.filalistasimpleimpar {
	height:20px;
	background-color:#CCDEFF;
}

.filalistasimplepar {
	height:20px;
	background-color:#FFFFFF;
}

.vitrina {
	float: left;
	width: 180px;
	height: 230px;
	padding: 10px;
	border: solid 1px rgb(180,180,180);
	margin: 5px;
	display: inline-block;
	background: rgb(254,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(247,247,247,1) 85%, rgba(160,216,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(85%,rgba(247,247,247,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(247,247,247,1) 85%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(247,247,247,1) 85%,rgba(160,216,239,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(247,247,247,1) 85%,rgba(160,216,239,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(254,255,255,1) 0%,rgba(247,247,247,1) 85%,rgba(160,216,239,1) 100%); /* W3C */
}

.vitrina span {
	width: 160px;
	font-family: sans-serif;
	font-size: 0.8em;
}

.vitrina a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 0.8em;
}

.vitrina_title {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

.vitrina a:HOVER {
	text-decoration: underline;
}


.vitrina_service {
	float: left;
	width: 180px;
	height: 230px;
	padding: 10px;
	border: solid 1px rgb(180,180,180);
	margin: 5px;
	display: inline-block;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 83%, rgba(171,220,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(83%,rgba(255,255,255,1)), color-stop(100%,rgba(171,220,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 83%,rgba(171,220,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 83%,rgba(171,220,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 83%,rgba(171,220,41,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 83%,rgba(171,220,41,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#abdc29',GradientType=0 ); /* IE6-9 */
}

.vitrina_service span {
	width: 160px;
	font-family: sans-serif;
	font-size: 0.8em;
}

.vitrina_service a {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 0.8em;
	color: rgb(0, 21, 255);
}

.vitrina_service a:HOVER {
	text-decoration: underline;
}


#boxcat_contenido{
	width: 100%;
}

#breadcrumb {
	font-size: 1.0em;
	font-family: sans-serif;
	float: left;
}

#breadcrumb ul li {
	text-decoration: none;
	list-style: none;
	display: inline;
}

#breadcrumb a{
	text-decoration: none;
	list-style: none;
	
}

.product_details {
	width: 80%;
	padding: 30px;
	border: rgb(192,192,192) solid 0.5px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 39%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(39%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 39%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */


}

#product_description{
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: 1.4em;
}
#product_stock{
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: 1.0em;
}
#product_price {
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: 1.0em;
}
#emiframe{
	margin-top: 20px;
}
#product_title_features{
	font-family: "Lucida Grande", "Luxi Sans", "Trebuchet MS", "Bitstream Vera Sans", helvetica, verdana, arial, sans-serif;
	font-size: 1.0em;
}
#product_features{
	background: rgb(255,255,255);
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
